8.3
general documentation
cs_1d_wall_thermal_check.cpp File Reference
#include "cs_defs.h"
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_mesh.h"
#include "cs_mesh_location.h"
#include "cs_restart.h"
#include "cs_1d_wall_thermal.h"
#include "cs_1d_wall_thermal_check.h"
+ Include dependency graph for cs_1d_wall_thermal_check.cpp:

Functions

void cs_1d_wall_thermal_check (int iappel)
 Data checking for the 1D thermal wall module. More...
 

Function Documentation

◆ cs_1d_wall_thermal_check()

void cs_1d_wall_thermal_check ( int  iappel)

Data checking for the 1D thermal wall module.

Parameters
[in]iappelCall number:
  • 1: first call during the initialization (called once) Checking the number of cells nfpt1d.
  • 2: second call during the initialization (called once) Checking ifpt1d, nppt1d, eppt1d and rgpt1d arrays.
  • 3: called at each time step Checking iclt1d, xlmbt1, rcpt1d and dtpt1d arrays.