CAMP 1.0.0
Chemistry Across Multiple Phases
|
Pointer for env_state_t. More...
Public Member Functions | |
procedure | set_temperature_k (this, temperature) |
Set the temperature (K) | |
procedure | set_pressure_pa (this, pressure) |
Set the pressure (Pa) | |
Public Attributes | |
type(env_state_t), pointer | val => null() |
Pointer for env_state_t.
Definition at line 57 of file env_state.F90.
procedure camp_env_state::env_state_ptr::set_pressure_pa | ( | class(env_state_ptr), intent(inout) | this, |
real(kind=dp), intent(in) | pressure | ||
) |
Set the pressure (Pa)
[in,out] | this | Environmental state pointer |
[in] | pressure | New pressure (Pa) |
Definition at line 63 of file env_state.F90.
procedure camp_env_state::env_state_ptr::set_temperature_k | ( | class(env_state_ptr), intent(inout) | this, |
real(kind=dp), intent(in) | temperature | ||
) |
Set the temperature (K)
[in,out] | this | Environmental state pointer |
[in] | temperature | New temperature (K) |
Definition at line 61 of file env_state.F90.
type(env_state_t), pointer camp_env_state::env_state_ptr::val => null() |
Definition at line 58 of file env_state.F90.