#include <cs_1d_wall_thermal.h>
Data Fields | |
int | nppt1d |
int | iclt1d |
cs_real_t | eppt1d |
cs_real_t | rgpt1d |
cs_real_t | tept1d |
cs_real_t | hept1d |
cs_real_t | fept1d |
cs_real_t | xlmbt1 |
cs_real_t | rcpt1d |
cs_real_t | dtpt1d |
cs_real_t * | z |
cs_real_t * | t |
1D wall thermal module parameters and variables for each coupled face.
cs_real_t dtpt1d |
Physical time step associated with the solved 1D equation of the pseudo wall (which can be different from the time step of the calculation).
cs_real_t eppt1d |
Thickness of the 1D wall for the nfpt1d boundary faces which are coupled with a 1D wall thermal module.
cs_real_t fept1d |
External heat flux in the pseudo wall under the flux conditions (in
cs_real_t hept1d |
External coefficient of transfer in the pseudo wall under Dirichlet conditions, (in
int iclt1d |
Boundary condition type at the external (pseudo) wall:
int nppt1d |
Number of discretisation cells in the 1D wall for the nfpt1d boundary faces which are coupled with a 1D wall thermal module.
cs_real_t rcpt1d |
Volumetric heat capacity rho C_p of the wall uniform in thickness (
cs_real_t rgpt1d |
Geometry of the pseudo wall mesh (refined as a fluid if rgt1d is smaller than 1.
cs_real_t* t |
Temperature at each point of discretization.
cs_real_t tept1d |
External temperature of the pseudo wall in the Dirichlet case.
cs_real_t xlmbt1 |
Thermal diffusivity.
cs_real_t* z |
Discretization points coordinates.