PartMC  2.6.1
Public Attributes | List of all members
pmc_condense::condense_rates_inputs_t Type Reference

Internal-use structure for storing the inputs for the rate-calculation function. More...

Public Attributes

real(kind=dp) t
 Temperature (K). More...
 
real(kind=dp) tdot
 Rate of change of temperature (K s^{-1}). More...
 
real(kind=dp) h
 Relative humidity (1). More...
 
real(kind=dp) p
 Pressure (Pa). More...
 
real(kind=dp) pdot
 Rate of change of pressure (Pa s^{-1}). More...
 
real(kind=dp) v_comp
 Computational volume (m^3). More...
 
real(kind=dp) d
 Particle diameter (m). More...
 
real(kind=dp) d_dry
 Particle dry diameter (m). More...
 
real(kind=dp) kappa
 Kappa parameter (1). More...
 

Detailed Description

Internal-use structure for storing the inputs for the rate-calculation function.

Definition at line 67 of file condense.F90.

Member Data Documentation

◆ d

real(kind=dp) pmc_condense::condense_rates_inputs_t::d

Particle diameter (m).

Definition at line 81 of file condense.F90.

◆ d_dry

real(kind=dp) pmc_condense::condense_rates_inputs_t::d_dry

Particle dry diameter (m).

Definition at line 83 of file condense.F90.

◆ h

real(kind=dp) pmc_condense::condense_rates_inputs_t::h

Relative humidity (1).

Definition at line 73 of file condense.F90.

◆ kappa

real(kind=dp) pmc_condense::condense_rates_inputs_t::kappa

Kappa parameter (1).

Definition at line 85 of file condense.F90.

◆ p

real(kind=dp) pmc_condense::condense_rates_inputs_t::p

Pressure (Pa).

Definition at line 75 of file condense.F90.

◆ pdot

real(kind=dp) pmc_condense::condense_rates_inputs_t::pdot

Rate of change of pressure (Pa s^{-1}).

Definition at line 77 of file condense.F90.

◆ t

real(kind=dp) pmc_condense::condense_rates_inputs_t::t

Temperature (K).

Definition at line 69 of file condense.F90.

◆ tdot

real(kind=dp) pmc_condense::condense_rates_inputs_t::tdot

Rate of change of temperature (K s^{-1}).

Definition at line 71 of file condense.F90.

◆ v_comp

real(kind=dp) pmc_condense::condense_rates_inputs_t::v_comp

Computational volume (m^3).

Definition at line 79 of file condense.F90.


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