CAMP 1.0.0
Chemistry Across Multiple Phases
Public Member Functions | Public Attributes | List of all members
camp_env_state::env_state_ptr Type Reference

Pointer for env_state_t. More...

Collaboration diagram for camp_env_state::env_state_ptr:
Collaboration graph
[legend]

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()
 

Detailed Description

Pointer for env_state_t.

Definition at line 57 of file env_state.F90.

Member Function/Subroutine Documentation

◆ set_pressure_pa()

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)

Parameters
[in,out]thisEnvironmental state pointer
[in]pressureNew pressure (Pa)

Definition at line 63 of file env_state.F90.

◆ set_temperature_k()

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)

Parameters
[in,out]thisEnvironmental state pointer
[in]temperatureNew temperature (K)

Definition at line 61 of file env_state.F90.

Member Data Documentation

◆ val

type(env_state_t), pointer camp_env_state::env_state_ptr::val => null()

Definition at line 58 of file env_state.F90.


The documentation for this type was generated from the following file: