============================== Input file initialization part ============================== The initialization part contains initialization records and an :ref:`end_initia` record .. code-block:: initialization ... initialization end_initia The example below initializes a solid material .. code-block:: echo -yes number_of_space_dimensions 2 materi_velocity materi_strain_total materi_stress end_initia The :ref:`echo` (always the first record), :ref:`number_of_space_dimensions` (always the second record), and :ref:`end_initia` record should be supplied always. Use echo *-yes* to echo the input and echo *-no* to not echo the input. Use :ref:`number_of_space_dimensions` 1 for 1D problems, etc.. The records materi_velocity`, :ref:`materi_strain_total` and :ref:`materi_stress` create a velocity, strain and stress field in the entire domain. In the following sections, all possible initialization records are discussed. Most of these records create a dof-field, a physical field like a temperature field or a strain field, over the computational domain. The **echo** command: .. toctree:: :maxdepth: 1 echo The **number_of_space_dimensions** command: .. toctree:: :maxdepth: 1 number_of_space_dimensions List of initialization part records: #. :ref:`echo` #. :ref:`number_of_space_dimensions` #. :ref:`derivatives` #. :ref:`beam_rotation` #. :ref:`materi_plasti_generalised_non_associate_cam_clay_for_bonded_soils_history ` #. :ref:`materi_strain_plasti_compression ` #. :ref:`materi_strain_plasti_generalised_non_associate_cam_clay_for_bonded_soils_history ` ---- echo ---- First record of initialization part. .. admonition:: Syntax: :class: tip **echo** *switch* If switch is *-yes* the input will be echoed. If switch is *-no* the input will not be echoed. This needs to be the first record. -------------------------- number_of_space_dimensions -------------------------- Second record of initialization part. .. admonition:: Syntax: :class: tip **number_of_space_dimensions** *number_of_space_dimensions* Set *number_of_space_dimensions* to 1 in 1D, etc.. This needs to be the second record. ----------- derivatives ----------- Third record of initialization part, if specied. .. admonition:: Syntax: :class: tip **derivatives** If this record is included, the time derivative and the space derivatives will be stored in the :ref:`node_dof` records. This is only required for a limited number of models. The model description will specify if this derivatives initialization is needed. ------------- beam_rotation ------------- .. admonition:: Syntax: :class: tip **beam_rotation** The beam rotations :math:`\phi_{x}`, :math:`\phi_{y}` and :math:`\phi_{z}` are added to the :ref:`node_dof` records. Please notice that always all three rotations are included. Typically for a 2D calculation You may want to set :math:`x` the :math:`\phi_{x}` and :math:`\phi_{y}` to 0, by using a :ref:`bounda_dof` record. ------------------ condif_temperature ------------------ .. admonition:: Syntax: :class: tip **condif_temperature** The temperature :math:`T` is added to the :ref:`node_dof` records. ------------------- groundflow_pressure ------------------- .. admonition:: Syntax: :class: tip **groundflow_pressure** The pressure :math:`p` is added to the :ref:`node_dof` records. ---------------------------- groundflow_pressure_gradient ---------------------------- .. admonition:: Syntax: :class: tip **groundflow_pressure_gradient** The gradient of the hydraulic pressure :math:`\frac{ dh }{ dx }` :math:`\frac{ dh }{ dy }` :math:`\frac{ dh }{ dz }` is added to the :ref:`node_dof` records. --------------------- groundflow_saturation --------------------- .. admonition:: Syntax: :class: tip **groundflow_saturation** The groundflow saturation :math:`S` is added to the :ref:`node_dof` records. ------------------- groundflow_velocity ------------------- .. admonition:: Syntax: :class: tip **groundflow_velocity** The ground water flow velocity :math:`v_{i}^{g}` is added to the :ref:`node_dof` records. ------------- materi_damage ------------- .. admonition:: Syntax: :class: tip **materi_damage** The damage :math:`d` is added to the :ref:`node_dof` records. Also :ref:`materi_velocity` and :ref:`materi_strain_total` should be initialized. ------------------- materi_acceleration ------------------- .. admonition:: Syntax: :class: tip **materi_acceleration** The accelerations :math:`a_{i}` are added to the :ref:`node_dof` records. ------------------- materi_displacement ------------------- .. admonition:: Syntax: :class: tip **materi_displacement** The displacements :math:`u`, :math:`v`, :math:`w` are added to the :ref:`node_dof` records. If :ref:`materi_displacement` is initialized, then equations like the convection and diusion of heat equation or the ground water flow equation are evaluated over the deformed volume, which is the sum of the nodal coordinates plus its displacements. Also, if :ref:`materi_displacement` is initialized, the total Lagrange model will be used in stress analysis. .. note:: Condition: also :ref:`materi_velocity` should be initialized because the displacement follows from integration of the velocity. ---------------------------- materi_displacement_relative ---------------------------- .. admonition:: Syntax: :class: tip **materi_displacement_relative** Displacements relative to a previous point in the calculation are added to the :ref:`node_dof` records. These are the current displacements minus the displacements before these were changed with timesteps in :ref:`control_timestep` or a displacement reset in :ref:`control_reset_dof`. For example, this option comes handy when you want to understand the extra displacements caused by the last timesteps. ----------------------- materi_history_variable ----------------------- .. admonition:: Syntax: :class: tip **materi_history_variable** *number_of_variables* Generic history variables which can e.g. be used in some user supplied routines or otherwise. --------------------- materi_maxwell_stress --------------------- .. admonition:: Syntax: :class: tip **materi_maxwell_stress** *number_of_chains* Maxwell stress 11 m 12 m 13 m 22 m 23 m 33 m is added to the :ref:`node_dof` records. The parameter :ref:`number_of_chains` should match data item group_materi_maxwell_chain`. The number of maxwell stresses is 6 * number_of_chains`. ----------------------------- materi_plasti_camclay_history ----------------------------- .. admonition:: Syntax: :class: tip **materi_plasti_camclay_history** The history variables :math:`e_{0}` and :math:`p_{0}` for the camclay plasticity models are added to the :ref:`node_dof` records. -------------------------- materi_plasti_cap1_history -------------------------- .. admonition:: Syntax: :class: tip **materi_plasti_cap1_history** The history variable pc for the cap1 plasticity models is added to the :ref:`node_dof` records. ------------------------------ materi_plasti_diprisco_history ------------------------------ .. admonition:: Syntax: :class: tip **materi_plasti_diprisco_history** *number_of_history_variables* The history variable di Prisco plasticity models are added to the :ref:`node_dof` records. For the :ref:`group_materi_plasti_diprisco` model you need to set *number_of_history_variables* to 11. For the :ref:`group_materi_plasti_diprisco_density` model you need to set *number_of_history_variables* to 12. --------------- materi_plasti_f --------------- .. admonition:: Syntax: :class: tip **materi_plasti_f** The plastic yield rule :math:`f` is added to the :ref:`node_dof` records. This should only be used for elasto-plastic calculations, and not for visco-plastic calculations. ------------------------ materi_plasti_f_nonlocal ------------------------ .. admonition:: Syntax: :class: tip **materi_plasti_f_nonlocal** The nonlocal plastic yield rule :math:`f_{n}` is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`nonlocal`. .. _materi_plasti_generalised_non_associate_cam_clay: --------------------------------------------------------------------------- materi_plasti_generalised\_ non_associate_cam_clay\_ for_bonded_soils_history --------------------------------------------------------------------------- .. admonition:: Syntax: :class: tip **materi_plasti_generalised_non_associate_cam_clay_for_bonded_soils_history** The history variables for the Generalised Non Associate Cam Clay for Bonded Soils plasticity model are added to the :ref:`node_dof` records. ------------------------------ materi_plasti_hardsoil_history ------------------------------ .. admonition:: Syntax: :class: tip **materi_plasti_hardsoil_history** The history variable abs(p) for the hardsoil plasticity model is added to the :ref:`node_dof` records. It contains the maximum pressure history. -------------------------- materi_plasti_hypo_history -------------------------- .. admonition:: Syntax: :class: tip **materi_plasti_hypo_history** Eight history variables for the hypo-plasticity models are added to the :ref:`node_dof` records. The first history variable *-hyhis0* contains the void ratio, and should be initialized by initially specifying :ref:`node_dof` records, or optionally specifying an OCR value with a **group_materi_plasti_hypo...._ocr** record. The second history variable *-hyhis1* will be filled with the time step size of the hypoplastic substepping scheme; this is meant for postprocessing only. The third history variable *-hyhis2* will be filled with the mobilized friction angle in degrees; this is meant for postprocessing only. The fourth history variable *-hyhis3* will be filled with the a measure of the eective stiness following from the hypoplasticity law ( Mijkl Mijkl ); this is meant for postprocessing only. The fth history variable *-hyhis4* for all laws with the structure option, will be filled with the structure variable s and should be initialized by initially specifying :ref:`node_dof` records. The sixth history variable *-hyhis5*, will be filled with the OCR value; this is meant for postprocessing only. This is only available for the :ref:`group_materi_plasti_hypo_masin_clay` and :ref:`group_materi_plasti_hypo_niemunis_visco` laws. The seventh history variable *-hyhis6* for the group_materi_plasti_hypo_wolffersdorf`, will be filled with the density index Id = ec-ed ec-e ; this is meant for postprocessing only. The eight history variable *-hyhis7* for hypoplasticity laws with intergranular strains, will be filled with the intergranular strain variable ; this is meant for postprocessing only. ------------------- materi_plasti_kappa ------------------- .. admonition:: Syntax: :class: tip **materi_plasti_kappa** The size of the plastic strain is added to the :ref:`node_dof` records. See the theory section (:ref:`Equations`). ------------------------- materi_plasti_kappa_shear ------------------------- .. admonition:: Syntax: :class: tip **materi_plasti_kappa_shear** The size of the shear part of the plastic strain shear is added to the :ref:`node_dof` records. See the theory section (:ref:`Equations`). -------------------- materi_plasti_phimob -------------------- .. admonition:: Syntax: :class: tip **materi_plasti_phimob** The mobilized friction angle mob is added to the :ref:`node_dof` records. It is dened as the angle, in radians, for which the yield function f = 0.5(2 - 0 ) + 0.5(2 + 0 ) sin(mob ) - ccos(mob ) becomes zero. This is available for mohr-coulomb plasticity only. Please realise that in regions with substantial cohesion the mobilized friction angle mob can exceed the friction angle from the plasticity law. In case of zero cohesion, or cohesion small relative to the stresses, yield is reached if the mob reaches the friction angle. The denition above can give either negative or positive values for mob; negative values simply indicate that the stress state is far away from yielding. The phimob is calculated in degrees. ----------------- materi_plasti_rho ----------------- .. admonition:: Syntax: :class: tip **materi_plasti_rho** The plastic kinematic hardening vector 11 12 13 22 23 33 is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also :ref:`group_materi_plasti_kinematic_hardening`. -------------------- materi_strain_energy -------------------- .. admonition:: Syntax: :class: tip **materi_strain_energy** The material strain energy 0.5ij ij elas is added to the :ref:`node_dof` records. You can print or plot it to see where energy is stored after loading. Also :ref:`materi_stress` and :ref:`materi_strain_elasti` should be initialised. -------------------- materi_strain_elasti -------------------- .. admonition:: Syntax: :class: tip **materi_strain_elasti** The elastic strain kl elas is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_total`. --------------------------- materi_strain_intergranular --------------------------- .. admonition:: Syntax: :class: tip **materi_strain_intergranular** The intergranular strain Sij is added to the :ref:`node_dof` records. This can be used by hypoplasticity laws, see the theory section (:ref:`Equations`). ------------------- materi_strain_isa_c ------------------- .. admonition:: Syntax: :class: tip **materi_strain_isa_c** The ISA intergranular back-strain Cij is added to the :ref:`node_dof` records. This can be used by hypoplasticity laws with ISA-intergranular strains, see the theory section (:ref:`Equations`). ---------------------- materi_strain_isa_eacc ---------------------- .. admonition:: Syntax: :class: tip **materi_strain_isa_eacc** The ISA intergranular accumulated-strain acc is added to the :ref:`node_dof` records. This can be used by hypoplasticity laws with ISA-intergranular strains, see the theory section (:ref:`Equations`). -------------------- materi_strain_plasti -------------------- .. admonition:: Syntax: :class: tip **materi_strain_plasti** The plastic strain kl plas is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_total`. ---------------------------- materi_strain_plasti_camclay ---------------------------- .. admonition:: Syntax: :class: tip **materi_strain_plasti_camclay** The plastic strain kl plas specically for the camclay model is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_plasti`. ------------------------ materi_strain_plasti_cap ------------------------ .. admonition:: Syntax: :class: tip **materi_strain_plasti_cap** The plastic strain kl plas specically for cap models is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_plasti`. .. _materi_strain_plasti_compression: -------------------------------- materi_strain_plasti\_ compression -------------------------------- .. admonition:: Syntax: :class: tip **materi_strain_plasti_compression** The plastic strain kl plas specically for the compression model is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_plasti`. ----------------------------- materi_strain_plasti_diprisco ----------------------------- .. admonition:: Syntax: :class: tip **materi_strain_plasti_diprisco** The plastic strain kl plas specically for the diprisco model is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_plasti`. .. _materi_strain_plasti_generalised_non_associate_cam_clay: -------------------------------------------------------------------------- materi_strain_plasti\_ generalised_non_associate\_ cam_clay_for_bonded_soils -------------------------------------------------------------------------- .. admonition:: Syntax: :class: tip **materi_strain_plasti_generalised_non_associate_cam_clay_for_bonded_soils** The plastic strain kl plas specically for the generalised non associate cam clay for bonded soils model is added to the :ref:`node_dof` records. See also: materi_strain_plasti. ------------------------------ materi_strain_plasti_druckprag ------------------------------ .. admonition:: Syntax: :class: tip **materi_strain_plasti_druckprag** The plastic strain kl plas specically for the drucker-prager model is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_plasti`. ----------------------------- materi_strain_plasti_hardsoil ----------------------------- .. admonition:: Syntax: :class: tip **materi_strain_plasti_hardsoil** The plastic strain kl plas specically for the hardsoil model is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_plasti`. ------------------------------ materi_strain_plasti_mohr_coul ------------------------------ .. admonition:: Syntax: :class: tip **materi_strain_plasti_mohr_coul** The plastic strain k:math:`\varepsilon _{kl} ^{plas}` specically for the mohr_coulomb models is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_plasti`. ---------------------------- materi_strain_plasti_tension ---------------------------- .. admonition:: Syntax: :class: tip **materi_strain_plasti_tension** The plastic strain :math:`\varepsilon _{kl} ^{plas}` specically for the tension model is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_plasti`. ----------------------------- materi_strain_plasti_vonmises ----------------------------- .. admonition:: Syntax: :class: tip **materi_strain_plasti_vonmises** The plastic strain kl plas specically for the von-mises model is added to the :ref:`node_dof` records. .. admonition:: See also: :class: note See also: :ref:`materi_strain_plasti`. ------------------- materi_strain_total ------------------- .. admonition:: Syntax: :class: tip **materi_strain_total** The total strain kl is added to the :ref:`node_dof` records. All strains are time integrals of the strain rates for a specic material particle which happens to be present in the node. ------------------------- materi_strain_total_kappa ------------------------- .. admonition:: Syntax: :class: tip **materi_strain_total_kappa** The maximum strain size is added to the :ref:`node_dof` records. ------------------------------------- materi_strain_total\_ compression_kappa ------------------------------------- .. admonition:: Syntax: :class: tip **materi_strain_total_compression_kappa** The maximum principal compression total strain as occurred in history is added to the :ref:`node_dof` records. ------------------------------- materi_strain_total\_ shear_kappa ------------------------------- .. admonition:: Syntax: :class: tip **materi_strain_total_shear_kappa** The maximum size of the deviatoric part of the total strain as occurred in history is added to the :ref:`node_dof` records. --------------------------------- materi_strain_total\_ tension_kappa --------------------------------- .. admonition:: Syntax: :class: tip **materi_strain_total_tension_kappa** The maximum principal tensional total strain as occurred in history is added to the :ref:`node_dof` records. ------------- materi_stress ------------- .. admonition:: Syntax: :class: tip **materi_stress** The stresses 11 12 13 22 23 33 are added to the :ref:`node_dof` records. ------------------------------ materi_stress_pressure_history ------------------------------ .. admonition:: Syntax: :class: tip **materi_stress_pressure_history** The maximum of the absolute value of the pressure which occurs over time is added to the :ref:`node_dof` records. See also :ref:`group_materi_elasti_stress_pressure_history_factor` in the data part. --------------- materi_velocity --------------- .. admonition:: Syntax: :class: tip **materi_velocity** The velocities vi are added to the :ref:`node_dof` records. -------------------------- materi_velocity_integrated -------------------------- .. admonition:: Syntax: :class: tip **materi_velocity_integrated** The integrated velocities vii are added to the :ref:`node_dof` records. The integration of nodal velocities in fact results in displacements. But asking for these integrated velocities doesn't activate automatically that the calculation is done over the total deformed volume (as is the case when you initialize materi_displacement), and not automatically a total Lagrange model is used in stress analysis. -------------------- materi_void_fraction -------------------- .. admonition:: Syntax: :class: tip **materi_void_fraction** The material void fraction f is added to the :ref:`node_dof` records. This is required for the :ref:`group_materi_plasti_gurson` model. ----------- materi_work ----------- .. admonition:: Syntax: :class: tip **materi_work** The material second order work ij ij is added to the :ref:`node_dof` records. You can print or plot it to see where material instabilities are present. ------ mrange ------ .. admonition:: Syntax: :class: tip **mrange** *maximum_range_length* Sets the maximum filength of ranges -ra ... -ra. ------- mstring ------- .. admonition:: Syntax: :class: tip **mstring** * maximum_number_of_strings* Sets the maximum number of strings in a define block. ----------- wave_scalar ----------- .. admonition:: Syntax: :class: tip **wave_scalar** Scalar in wave equation is added to the :ref:`node_dof` records. .. note:: Condition: also :ref:`wave_fscalar` should be initialized. ------------ wave_fscalar ------------ .. admonition:: Syntax: :class: tip **wave_fscalar** The first time derivative in the wave equation is added to the :ref:`node_dof` records. .. note:: Condition: also :ref:`wave_scalar` should be initialized. ---------- end_initia ---------- .. admonition:: Syntax: :class: tip **end_initia** Last record of initialization part.