8.0
general documentation
Loading...
Searching...
No Matches
cs_wall_condensation_1d_thermal.c File Reference
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_log.h"
#include "cs_map.h"
#include "cs_mesh_location.h"
#include "cs_parall.h"
#include "cs_parameters.h"
#include "cs_time_step.h"
#include "cs_wall_functions.h"
#include "cs_log_iteration.h"
#include "cs_math.h"
#include "cs_wall_condensation.h"
#include "cs_wall_condensation_1d_thermal.h"
Include dependency graph for cs_wall_condensation_1d_thermal.c:

Functions

void cs_wall_condensation_1d_thermal_create (int nzones)
 Create the context for wall condensation models.
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.
cs_wall_cond_1d_thermal_tcs_get_glob_wall_cond_1d_thermal (void)
 Provide writeable access to _wall_cond structure.

Variables

const cs_wall_cond_1d_thermal_tcs_glob_wall_cond_1d_thermal = &_wall_cond_thermal

Function Documentation

◆ cs_get_glob_wall_cond_1d_thermal()

cs_wall_cond_1d_thermal_t * cs_get_glob_wall_cond_1d_thermal ( void )

Provide writeable access to _wall_cond structure.

Returns
pointer to global wall_cond structure

◆ cs_wall_condensation_1d_thermal_create()

void cs_wall_condensation_1d_thermal_create ( int nzones)

Create the context for wall condensation models.

Create the context for wall condensation thermal models.

Parameters
[in]nfbpcdnumber of faces with wall condensation
[in]nvarnumber of variables (?)

◆ cs_wall_condensation_1d_thermal_free()

void cs_wall_condensation_1d_thermal_free ( void )

Free all structures related to wall condensation models.

◆ cs_wall_condensation_1d_thermal_mesh_create()

void cs_wall_condensation_1d_thermal_mesh_create ( int znmurx,
int nfbpcd,
int nzones )

Variable Documentation

◆ cs_glob_wall_cond_1d_thermal

const cs_wall_cond_1d_thermal_t* cs_glob_wall_cond_1d_thermal = &_wall_cond_thermal