#include "cs_defs.h"
Go to the source code of this file.
Functions | |
void | cs_wall_condensation_1d_thermal_create (int nzones) |
Create the context for wall condensation thermal models. More... | |
void | cs_wall_condensation_1d_thermal_mesh_create (int znmurx, int nfbpcd, int nzones) |
void | cs_wall_condensation_1d_thermal_free (void) |
Free all structures related to wall condensation models. More... | |
cs_wall_cond_1d_thermal_t * | cs_get_glob_wall_cond_1d_thermal (void) |
Provide writeable access to _wall_cond structure. More... | |
void | cs_wall_condensation_0d_thermal_create (cs_lnum_t nvolumes, cs_lnum_t ncmast) |
Create the context for 0D wall condensation thermal models. More... | |
void | cs_wall_condensation_0d_thermal_free (void) |
Free structures related to 0D wall condensation models. More... | |
cs_wall_cond_0d_thermal_t * | cs_get_glob_wall_cond_0d_thermal (void) |
Provide writeable access to cs_wall_cond_0d_thermal_t structure. More... | |
void | cs_wall_condensation_0d_thermal_solve (void) |
Use 0-D thermal model to solve the temperature and themal flux at the volume structure walls. More... | |
void | cs_wall_condensation_1d_thermal_mesh_initialize (void) |
Used to generate the 1-D mesh and initialize the temperature field of the thermal model coupled with condensation model. More... | |
void | cs_wall_condensation_1d_thermal_compute_temperature (void) |
The 1D thermal model to compute the temperature to impose at the cold wall. This one is used by the COPAIN model to estimate he heat flux at the wall where the condensation occurs. More... | |
cs_wall_cond_0d_thermal_t * cs_get_glob_wall_cond_0d_thermal | ( | void | ) |
Provide writeable access to cs_wall_cond_0d_thermal_t structure.
Provide writeable access to cs_wall_cond_0d_thermal_t structure.
cs_wall_cond_1d_thermal_t * cs_get_glob_wall_cond_1d_thermal | ( | void | ) |
Provide writeable access to _wall_cond structure.
Provide writeable access to _wall_cond structure.
Create the context for 0D wall condensation thermal models.
[in] | nvolumes | number of volumes |
Create the context for 0D wall condensation thermal models.
[in] | nvolumes | number of volumes with metal mass condensation |
[in] | ncmast | number of cells with metal mass condensation |
void cs_wall_condensation_0d_thermal_free | ( | void | ) |
Free structures related to 0D wall condensation models.
Free structures related to 0D wall condensation models.
void cs_wall_condensation_0d_thermal_solve | ( | void | ) |
Use 0-D thermal model to solve the temperature and themal flux at the volume structure walls.
void cs_wall_condensation_1d_thermal_compute_temperature | ( | void | ) |
The 1D thermal model to compute the temperature to impose at the cold wall. This one is used by the COPAIN model to estimate he heat flux at the wall where the condensation occurs.
Is used to compute at each face the at cold wall.
void cs_wall_condensation_1d_thermal_create | ( | int | nzones | ) |
Create the context for wall condensation thermal models.
[in] | nzones | number of zones |
Create the context for wall condensation thermal models.
[in] | nfbpcd | number of faces with wall condensation |
void cs_wall_condensation_1d_thermal_free | ( | void | ) |
Free all structures related to wall condensation models.
Free all structures related to wall condensation models.
void cs_wall_condensation_1d_thermal_mesh_create | ( | int | znmurx, |
int | nfbpcd, | ||
int | nzones | ||
) |
void cs_wall_condensation_1d_thermal_mesh_initialize | ( | void | ) |
Used to generate the 1-D mesh and initialize the temperature field of the thermal model coupled with condensation model.