8.0
general documentation
cs_user_1d_wall_thermal.c File Reference

Data Entry of the 1D wall thermal module. More...

#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include "cs_headers.h"
+ Include dependency graph for cs_user_1d_wall_thermal.c:

Functions

void cs_user_1d_wall_thermal (int iappel, int isuit1)
 

Detailed Description

Data Entry of the 1D wall thermal module.

Parameters
[in]iappelCall number:
  • 1: first call during the initialization (called once) Setting the number of cells nfpt1d.
  • 2: second call during the initialization (called once) Filling ifpt1d, nppt1d, eppt1d and rgpt1d arrays.
  • 3: called at each time step Filling 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.

Function Documentation

◆ cs_user_1d_wall_thermal()

void cs_user_1d_wall_thermal ( int  iappel,
int  isuit1 
)