SolidMechanicsStress
SolidMechanicsStress[vars,pars,strain]
yields solid mechanics stress with variables vars, parameters pars and strain strain.
SolidMechanicsStress[vars,pars,strain,displacement]
yields solid mechanics stress for nonlinear material laws.
Details
- SolidMechanicsStress returns the mechanical stress from a given strain with dependent variables of displacement , and in units of , independent variables in and time variable in units of .
- Stress is a resistance force per cross-sectional area .
- Stresses have the unit of .
- SolidMechanicsStress uses the same variables vars specification as SolidMechanicsPDEComponent.
- SolidMechanicsStress uses the same parameter pars specification as SolidMechanicsPDEComponent.
- A SymmetrizedArray specifies strain.
- Typically, strain is the result of SolidMechanicsStrain.
- For elastic materials, SolidMechanicsStress uses the elastic strain to compute the stress.
- SolidMechanicsStress removes thermal or initial strains from the given strain.
- SolidMechanicsStress returns a SymmetrizedArray of stresses of the form:
- The represent the normal stresses and represent the shear stresses.
- For nonlinear materials, SolidMechanicsStress uses the strain and displacement to compute the stress.
Examples
open allclose allScope (2)
Stationary Analysis (1)
Stationary Hyperelastic Plane Stress Analysis (1)
Possible Issues (1)
In the axisymmetric case, it is important that the displacements specified are functions of the spatial coordinates. Create variables, parameters and displacement functions that are not functions of space:
Note that the generated InterpolatingFunction is not a function of the spatial coordinates and . Now, when we compute the strain and stress, you can see that in the stress tensor some interpolating functions also appear without the spatial coordinates:
This is because the original displacement was without spatial coordinates. The fix is to use the following:
Now all InterpolatingFunction components of the stress tensor make use of the spatial coordinates:
Text
Wolfram Research (2021), SolidMechanicsStress, Wolfram Language function, https://reference.wolfram.com/language/ref/SolidMechanicsStress.html (updated 2022).
CMS
Wolfram Language. 2021. "SolidMechanicsStress." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/SolidMechanicsStress.html.
APA
Wolfram Language. (2021). SolidMechanicsStress. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SolidMechanicsStress.html