8.3
general documentation
cs_user_1d_wall_thermal.cpp 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.cpp:

Functions

void cs_user_1d_wall_thermal (int iappel)
 

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.

Function Documentation

◆ cs_user_1d_wall_thermal()

void cs_user_1d_wall_thermal ( int  iappel)