9.1
general documentation
cs_theta_scheme.h File Reference
#include "base/cs_defs.h"
#include "base/cs_base.h"
+ Include dependency graph for cs_theta_scheme.h:

Go to the source code of this file.

Functions

void cs_theta_scheme_update_var_stage1 (void)
 Allocate the array of structures local_models. More...
 
void cs_theta_scheme_update_var_stage2 (void)
 Allocate the array of structures local_models. More...
 
void cs_theta_scheme_update_var_stage3 (void)
 Allocate the array of structures local_models. More...
 
void cs_theta_scheme_update_var_stage4 (void)
 Allocate the array of structures local_models. More...
 
void cs_theta_scheme_update_var_stage5 (void)
 Allocate the array of structures local_models. More...
 

Function Documentation

◆ cs_theta_scheme_update_var_stage1()

void cs_theta_scheme_update_var_stage1 ( void  )

Allocate the array of structures local_models.

Management of the mass flux, the viscosity, the density, the specific heat and the tsnsa array in case of a theta-scheme.

Called at the very start of the time step

Please refer to the mass flux section of the theory guide for more informations.

◆ cs_theta_scheme_update_var_stage2()

void cs_theta_scheme_update_var_stage2 ( void  )

Allocate the array of structures local_models.

Management of the mass flux, the viscosity, the density, the specific heat and the tsnsa array in case of a theta-scheme.

Called at just after cs_physical_properties_update (and thus before cs_solve_navier_stokes)

Please refer to the mass flux section of the theory guide for more informations.

◆ cs_theta_scheme_update_var_stage3()

void cs_theta_scheme_update_var_stage3 ( void  )

Allocate the array of structures local_models.

Management of the mass flux, the viscosity, the density, the specific heat and the tsnsa array in case of a theta-scheme.

Called just after cs_solve_navier_stokes, in loops for U/P and ALE

Please refer to the mass flux section of the theory guide for more informations.

◆ cs_theta_scheme_update_var_stage4()

void cs_theta_scheme_update_var_stage4 ( void  )

Allocate the array of structures local_models.

Management of the mass flux, the viscosity, the density, the specific heat and the tsnsa array in case of a theta-scheme.

After cs_solve_navier_stokes and loops for U/P and ALE

Please refer to the mass flux section of the theory guide for more informations.

◆ cs_theta_scheme_update_var_stage5()

void cs_theta_scheme_update_var_stage5 ( void  )

Allocate the array of structures local_models.

Management of the mass flux, the viscosity, the density, the specific heat and the tsnsa array in case of a theta-scheme.

Called just after cs_solve_transported_variables

Please refer to the mass flux section of the theory guide for more informations.