Hyperelastic bulk penalty term. Stress
.
| Definition : |
|---|

| Call signature: |
|---|
| dw_ul_bulk_penalty | (material, virtual, state) |
| Arguments : |
|
|---|
Hyperelastic bulk pressure term. Stress
.
| Definition : |
|---|

| Call signature: |
|---|
| dw_ul_bulk_pressure | (virtual, state, state_p) |
| Arguments : |
|
|---|
Compressibility term for the updated Lagrangian formulation
| Definition : |
|---|

| Call signature: |
|---|
| dw_ul_compressible | (material, virtual, state, parameter_u) |
| Arguments : |
|
|---|
Base class for all hyperelastic terms in UL formulation family.
The subclasses should have the following static method attributes: - stress_function() (the stress) - tan_mod_function() (the tangent modulus)
The common (family) data are cached in the evaluate cache of state variable.
Hyperelastic Mooney-Rivlin term.
| Definition : |
|---|

| Call signature: |
|---|
| dw_ul_he_mooney_rivlin | (material, virtual, state) |
| Arguments : |
|
|---|
Hyperelastic neo-Hookean term. Effective stress
.
| Definition : |
|---|

| Call signature: |
|---|
| dw_ul_he_neohook | (material, virtual, state) |
| Arguments : |
|
|---|
Volume term (weak form) in the updated Lagrangian formulation.
| Definition : |
|---|

| Call signature: |
|---|
| dw_ul_volume | (virtual, state) |
| Arguments : |
|
|---|