8.1
general documentation
+ Collaboration diagram for temperature model:

Variables

integer, dimension(:), pointer, save iztag1d
  choice the way to compute the wall temperature at the solid/fluid interface coupled with condensation to the wall More...
 
integer, save nztag1d
  Indicate if the thermal 1D model of severe accident is usde to compute the wall temperature at the solid/fluid interface coupled with condensation to the wall More...
 
double precision, dimension(:), pointer, save ztpar
 Constant value of the wall temperature given by the user when the thermal 1D model is not activated for the condensation model with different zones specified in the user subroutine cs_user_wall_condensation. More...
 
double precision, dimension(:, :), pointer, save zxrefcond
  Coordinates of the reference point for forced and mixed convection regimes index 1 : coordinate, index 2: zone_id More...
 
double precision, dimension(:, :), pointer, save zprojcond
 
integer(c_int), pointer, save ncmast
  number of the cells in which a condensation source terms is imposed. See lstmast list and the subroutine cs_user_wall_condensation More...
 
integer(c_int), pointer, save nvolumes
  number of the volume strutures with a specific condensation source terms depending on the wall temperature and material properties. by default (nvolumes = 1) if the user does not specified different volumes in the user subroutine cs_user_wall_condensation.f90 . More...
 
integer, dimension(:), pointer, save ltmast
  list on the ncmast cells in which a condensation source terms is imposed. See the user subroutine cs_user_wall_condensation. More...
 
integer, dimension(:), pointer, save izmast
 zone type where a condensation source terms is imposed to model the metal structures condensation on a volumic zone. More...
 
integer, dimension(:,:), pointer, save itypst
 type of condensation source terms for each variable More...
 
double precision, dimension(:, :), pointer, save svcond
 value of the condensation source terms for pressure associated to the metal structures modelling. For the other variables, eventual imposed specific value. See the user function cs_user_wall_condensation. More...
 
double precision, dimension(:), pointer, save flxmst
 value of the thermal flux for the condensation model associated to the metal structures modelling. See the user function cs_user_wall_condensation. More...
 
integer, dimension(:), pointer, save itagms
 choice the way to compute the wall temperature at the solid/fluid interface coupled with condensation to the metal mass structures wall More...
 

Detailed Description

Variable Documentation

◆ flxmst

double precision, dimension(:), pointer, save flxmst

value of the thermal flux for the condensation model associated to the metal structures modelling. See the user function cs_user_wall_condensation.

◆ itagms

integer, dimension(:), pointer, save itagms

choice the way to compute the wall temperature at the solid/fluid interface coupled with condensation to the metal mass structures wall

  • 1: the wall temperature is computed with a 0-D thermal model with explicit numerical scheme
  • 0: the wall temperature is imposed as constant by the user (default) and past to the copain correlation to evaluate the exchange coefficient

◆ itypst

integer, dimension(:,:), pointer, save itypst

type of condensation source terms for each variable

◆ izmast

integer, dimension(:), pointer, save izmast

zone type where a condensation source terms is imposed to model the metal structures condensation on a volumic zone.

◆ iztag1d

integer, dimension(:), pointer, save iztag1d

choice the way to compute the wall temperature at the solid/fluid interface coupled with condensation to the wall

  • 1: the wall temperature is computed with a 1-D thermal model with implicit numerical scheme
  • 0: the wall temperature is imposed as constant by the user (default) exchange coefficient evaluated by the copain correlation

◆ ltmast

integer, dimension(:), pointer, save ltmast

list on the ncmast cells in which a condensation source terms is imposed. See the user subroutine cs_user_wall_condensation.

◆ ncmast

integer(c_int), pointer, save ncmast

number of the cells in which a condensation source terms is imposed. See lstmast list and the subroutine cs_user_wall_condensation

◆ nvolumes

integer(c_int), pointer, save nvolumes

number of the volume strutures with a specific condensation source terms depending on the wall temperature and material properties. by default (nvolumes = 1) if the user does not specified different volumes in the user subroutine cs_user_wall_condensation.f90 .

◆ nztag1d

integer, save nztag1d

Indicate if the thermal 1D model of severe accident is usde to compute the wall temperature at the solid/fluid interface coupled with condensation to the wall

  • 1: the wall temperature is computed with a 1-D thermal model with implicit numerical scheme
  • 0: the wall temperature is imposed as constant by the user (default) exchange coefficient evaluated by the copain correlation

◆ svcond

double precision, dimension(:, :), pointer, save svcond

value of the condensation source terms for pressure associated to the metal structures modelling. For the other variables, eventual imposed specific value. See the user function cs_user_wall_condensation.

◆ zprojcond

double precision, dimension(:, :), pointer, save zprojcond

◆ ztpar

double precision, dimension(:), pointer, save ztpar

Constant value of the wall temperature given by the user when the thermal 1D model is not activated for the condensation model with different zones specified in the user subroutine cs_user_wall_condensation.

◆ zxrefcond

double precision, dimension(:, :), pointer, save zxrefcond

Coordinates of the reference point for forced and mixed convection regimes index 1 : coordinate, index 2: zone_id