Define compressible variables transformations of FORESEER library.
Return a primitive_compressible state transforming a given conservative_compressible state.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(conservative_compressible), | intent(in) | :: | conservative | Conservative state. |
||
| class(eos_object), | intent(in) | :: | eos | Equation of state. |
Primitive state.
Return a conservative_compressible state transforming a given primitive_compressible state.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(primitive_compressible), | intent(in) | :: | primitive | Primitive state. |
||
| class(eos_object), | intent(in) | :: | eos | Equation of state. |
Conservative state.