7.0
general documentation
cs_1d_wall_thermal_check.c 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.c:

Functions

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

Function Documentation

◆ cs_1d_wall_thermal_check()

void cs_1d_wall_thermal_check ( int  iappel,
int  isuit1 
)

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 and isuit1.
  • 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.
[in]isuit1Rereading of the restart file:
  • 0: No rereading (meshing and wall temperature reinitialization)
  • 1: Rereading of the restart file for the 1-Dimension thermal module
  • isuite: Rereading only if the computational fluid dynamic is a continuation of the computation.