My Project
programmer's documentation
Functions
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 <ple_coupling.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_field_operator.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_halo.h"
#include "cs_halo_perio.h"
#include "cs_log.h"
#include "cs_notebook.h"
#include "cs_parameters.h"
#include "cs_physical_constants.h"
#include "cs_prototypes.h"
#include "cs_rotation.h"
#include "cs_time_moment.h"
#include "cs_time_step.h"
#include "cs_1d_wall_thermal.h"
#include "cs_turbomachinery.h"
#include "cs_selector.h"
#include "cs_post.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 
)