1#ifndef CS_CTWR_PHYSPROP_H
2#define CS_CTWR_PHYSPROP_H
Field descriptor.
Definition: cs_field.h:275
void cs_ctwr_restart_field_vars(cs_real_t rho0, cs_real_t t0, cs_real_t p0, cs_real_t humidity0, cs_real_t molmassrat)
Reset the field variables based on the restart values.
Definition: cs_ctwr_physical_properties.cpp:158
cs_real_t cs_ctwr_compute_reference_pressure(cs_lnum_t cell_id, cs_real_t p0, cs_field_t *ref_pressure)
Compute cell reference pressure.
Definition: cs_ctwr_physical_properties.cpp:107
void cs_ctwr_phyvar_update(cs_real_t rho0, cs_real_t t0, cs_real_t p0)
Update the thermo physical properties fields for the humid air and the liquid.
Definition: cs_ctwr_physical_properties.cpp:422
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:325
real(c_double), pointer, save p0
reference pressure for the total pressure.
Definition: cstphy.f90:60
real(c_double), pointer, save t0
reference temperature.
Definition: cstphy.f90:68