-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
INITIAL_CONDITIONS.html
9 lines (8 loc) · 6.53 KB
/
INITIAL_CONDITIONS.html
1
2
3
4
5
6
7
8
9
<html><head><link rel="stylesheet" type="text/css" href="style.css"/></head><body> <H2> <BR> *INITIAL CONDITIONS </H2> <P> Keyword type: model definition <P> This option is used to define initial temperatures, initial velocities, initial stresses and initial plastic strains. There are two parameters: TYPE and USER. The parameter TYPE is required. It can take the following values: <P> <UL> <LI>TYPE=DISPLACEMENT: initial displacements </LI> <LI>TYPE=FLUID VELOCITY: initial fluid velocities for 3D fluid calculations </LI> <LI>TYPE=MASS FLOW: initial mass flow for networks </LI> <LI>TYPE=PLASTIC STRAIN: initial inelastic strains </LI> <LI>TYPE=PRESSURE: initial static fluid pressures for 3D fluid calculations </LI> <LI>TYPE=SOLUTION: initial internal variables </LI> <LI>TYPE=STRESS: initial stresses </LI> <LI>TYPE=TEMPERATURE: initial temperatures for structural, network or 3D fluid calculations </LI> <LI>TYPE=TOTAL PRESSURE: initial total pressures for network calculations </LI> <LI>TYPE=TURBULENCE: turbulence parameters </LI> <LI>TYPE=VELOCITY: initial structural velocities (for dynamic calculations) </LI> </UL> <P> For shell elements TYPE=TEMPERATURE can be used to define an initial temperature gradient in addition to an initial temperature. The temperature applies to nodes in the reference surface, the gradient acts in normal direction. For beam elements two gradients can be defined: one in 1-direction and one in 2-direction. Default for the gradients is zero. <P> The plastic strain components defined with this option are subtracted from the strain components computed from the displacement field. If thermal strains are relevant they are additionally subtracted. The resulting strain is used to compute the stress and tangent stiffness matrix using the appropriate constitutive equations. <P> The parameter USER can only be used if TYPE=STRESS or TYPE=SOLUTION is specified. In that case, the user must define the initial stresses or internal variables by user routine sigini.f or sdvini.f, respectively. <P> Please note that vector and tensor quantities have to be provided in the GLOBAL (rectangular) coordinate system, no matter whether an *ORIENTATION card or *TRANSFORM card applies to the corresponding element or node, respectively. <P><P> <BR> <P> First line: <UL> <LI>*INITIAL CONDITIONS </LI> <LI>Enter any needed parameters and their values. </LI> </UL> <P> <P><P> <BR> Following line for TYPE=DISPLACEMENT: <UL> <LI>Node number or node set label. </LI> <LI>Degree of freedom in the GLOBAL coordinate system. </LI> <LI>Magnitude of the displacement. </LI> </UL> <P> <P><P> <BR> Following line for TYPE=PLASTIC STRAIN: <UL> <LI>Element number. </LI> <LI>Integration point number. </LI> <LI>Value of first plastic strain component (xx) in the GLOBAL coordinate system x-y-z. </LI> <LI>Value of second plastic strain component (yy) in the GLOBAL coordinate system x-y-z. </LI> <LI>Value of third plastic strain component (zz) in the GLOBAL coordinate system x-y-z. </LI> <LI>Value of fourth plastic strain component (xy) in the GLOBAL coordinate system x-y-z. </LI> <LI>Value of fifth plastic strain component (xz) in the GLOBAL coordinate system x-y-z. </LI> <LI>Value of sixth plastic strain component (yz) in the GLOBAL coordinate system x-y-z. </LI> </UL> Repeat this line if needed. The strain components should be given as Lagrange strain components for nonlinear calculations and linearized strain components for linear computations. <P> <P><P> <BR> Following line for TYPE=PRESSURE, TYPE=TOTAL PRESSURE or TYPE=MASS FLOW: <UL> <LI>Node number or node set label. </LI> <LI>Static pressure, total pressure or mass flow value at the node. </LI> </UL> Repeat this line if needed. <P> <P><P> <BR> Following line for TYPE=SOLUTION if USER is not specified: <UL> <LI>Element number. </LI> <LI>Integration point number. </LI> <LI>Value of first internal variable. </LI> <LI>Value of second internal variable. </LI> <LI>Etc. </LI> </UL> Repeat this line if needed. Each line should contain exactly 8 entries (including the element and integration point number in the first line), except for the last line, which can contain less. For instance, if the number of internal variables is 11, the first line contains 6 and the second 5. If you have 20 internal variables, the first line contains 6, the second 8 and the third 6. The number of internal variables must be specified by using the *DEPVAR card. <P> <P><P> <BR> There is no line following the first one for TYPE=SOLUTION,USER. <P> <P><P> <BR> Following line for TYPE=STRESS if USER is not specified: <UL> <LI>Element number. </LI> <LI>Integration point number. </LI> <LI>Value of first stress component (xx) in the GLOBAL coordinate system x-y-z. </LI> <LI>Value of second stress component (yy) in the GLOBAL coordinate system x-y-z. </LI> <LI>Value of third stress component (zz) in the GLOBAL coordinate system x-y-z. </LI> <LI>Value of fourth stress component (xy) in the GLOBAL coordinate system x-y-z. </LI> <LI>Value of fifth stress component (xz) in the GLOBAL coordinate system x-y-z. </LI> <LI>Value of sixth stress component (yz) in the GLOBAL coordinate system x-y-z. </LI> <LI>Etc. </LI> </UL> Repeat this line if needed. The stress components should be given in the form of second Piola-Kirchhoff stresses. <P> There is no line following the first one for TYPE=STRESS,USER. <P> <P><P> <BR> Following line for TYPE=TEMPERATURE: <UL> <LI>Node number or node set label. </LI> <LI>Initial temperature value at the node. </LI> <LI>Initial temperature gradient in normal direction (shells) or in 2-direction (beams). </LI> <LI>Initial temperature gradient in 1-direction (beams). </LI> </UL> Repeat this line if needed. <P> <P><P> <BR> Following line for TYPE=VELOCITY or TYPE=FLUID VELOCITY: <UL> <LI>Node number or node set label. </LI> <LI>Degree of freedom in the GLOBAL coordinate system. </LI> <LI>Magnitude of the velocity. </LI> </UL> <P> <P><P> <BR> Following line for TYPE=TURBULENCE: <UL> <LI>Node number or node set label. </LI> <LI>First turbulence parameter. </LI> <LI>Second turbulence parameter, if any. </LI> </UL> Use as many entries as turbulence parameters. Right now, only 2-parameter models are implemented. <P> <PRE>
Examples:
*INITIAL CONDITIONS,TYPE=TEMPERATURE
Nall,273.
</PRE> <P> assigns the initial temperature T=273. to all nodes in (node) file Nall. <P> <PRE>
*INITIAL CONDITIONS,TYPE=VELOCITY
18,2,3.15
</PRE> <P> assigns the initial velocity 3.15 to degree of freedom 2 of node 18. <P> <P><P> <BR> Example files: beam20t, beamnlt, beamt3, resstress1, resstress2, resstress3, inistrain. <P> </body></html>