bc_states_type Derived Type

type, private :: bc_states_type

contains all possible bc state variables needed for boundary


Components

Type Visibility Attributes Name Initial
type(tem_bc_state_type), public :: velocity

Velocity at boundary

type(tem_bc_state_type), public :: massFlowRate

mass flow rate at boundary node for mfr (mass flow rate) boundary condition

type(tem_bc_state_type), public :: pressure

Pressure at boundary

type(tem_bc_state_type), public :: moleFrac

mole fraction for species boundary

type(tem_bc_state_type), public :: moleFlux

molar flux for species (c_i*u_i)

type(tem_bc_state_type), public :: moleDens

mole density for species (c_i)

type(tem_bc_state_type), public :: moleDiff_flux

molar diffusion flux for species

type(tem_bc_state_type), public :: pdf

probability density function for boundary

type(tem_bc_state_type), public :: potential

potential for Poisson boundary

type(tem_bc_state_type), public :: surChargeDens

surface charge density for Poisson Neumann boundary