0.6.0
Loading...
Searching...
No Matches
fields_energy Module Reference

Contains the field arrays associated to the Energy equation. More...

Variables

double precision, dimension(:,:,:), allocatable energy_source_term
 Energy source term.
 
double precision, dimension(:,:,:), allocatable temperature
 Temperature at time \( t^{n+1} \).
 
double precision, dimension(:,:,:), allocatable temperature_n
 Temperature at time \( t^{n} \).
 
double precision, dimension(:,:,:), allocatable temperature_nm1
 Temperature at time \( t^{n-1} \).
 
double precision, dimension(:,:,:), allocatable temperature_nm2
 Temperature at time \( t^{n-2} \).
 
double precision, dimension(:,:,:), allocatable temperature_extrapolated
 Temperature at time \( t^{n+2} \).
 
double precision, dimension(:,:,:), allocatable enthalpy
 Enthalpy at time \( t^{n+1} \).
 
double precision, dimension(:,:,:), allocatable enthalpy_n
 Enthalpy at time \( t^{n} \).
 
double precision, dimension(:,:,:), allocatable enthalpy_nm1
 Enthalpy at time \( t^{n-1} \).
 
double precision, dimension(:,:,:), allocatable energy_linear_term
 Energy linear term.
 
double precision, dimension(:,:,:), allocatable viscous_dissipation_rate
 Energy viscous dissipation.
 
type(t_immersed_boundary_condition), dimension(:), allocatable ibc_temperature
 Immersed boundary temperature field.
 
logical, dimension(:,:,:), allocatable energy_is_penalized_cell
 Energy penalized cells.
 
logical, dimension(:,:,:), allocatable energy_is_outer_node_cell
 Energy outer_node cells.
 
double precision, dimension(:,:,:), allocatable energy_phase_change_term
 Volume fraction of the solid phase for phase change.
 
double precision, dimension(:,:,:), allocatable energy_explicit_terms_accumulator_n
 Explicit advection term at time \( t^{n} \).
 
double precision, dimension(:,:,:), allocatable energy_explicit_terms_accumulator_nm1
 Explicit advection term at time \( t^{n-1} \).
 
double precision, dimension(:,:,:), allocatable energy_explicit_terms_accumulator_nm2
 
double precision, dimension(:,:,:), allocatable energy_explicit_diffusion_term_n
 Explicit diffusion term at time \( t^{n} \).
 
double precision, dimension(:,:,:), allocatable phase_field
 Phase field at time \( t^{n+1} \).
 
double precision, dimension(:,:,:), allocatable phase_field_n
 Phase field at time \( t^{n} \).
 
double precision, dimension(:,:,:), allocatable phase_field_nm1
 Phase field at time \( t^{n-1} \).
 
double precision, dimension(:,:,:), allocatable phase_field_undercooling_energy
 Field.
 
double precision, dimension(:,:,:), allocatable energy_grid_volume
 Grid volume for energy equation.
 

Detailed Description

Contains the field arrays associated to the Energy equation.

Variable Documentation

◆ energy_explicit_diffusion_term_n

double precision, dimension(:,:,:), allocatable fields_energy::energy_explicit_diffusion_term_n

Explicit diffusion term at time \( t^{n} \).

◆ energy_explicit_terms_accumulator_n

double precision, dimension(:,:,:), allocatable fields_energy::energy_explicit_terms_accumulator_n

Explicit advection term at time \( t^{n} \).

◆ energy_explicit_terms_accumulator_nm1

double precision, dimension(:,:,:), allocatable fields_energy::energy_explicit_terms_accumulator_nm1

Explicit advection term at time \( t^{n-1} \).

◆ energy_explicit_terms_accumulator_nm2

double precision, dimension(:,:,:), allocatable fields_energy::energy_explicit_terms_accumulator_nm2

◆ energy_grid_volume

double precision, dimension(:,:,:), allocatable fields_energy::energy_grid_volume

Grid volume for energy equation.

◆ energy_is_outer_node_cell

logical, dimension(:,:,:), allocatable fields_energy::energy_is_outer_node_cell

Energy outer_node cells.

◆ energy_is_penalized_cell

logical, dimension(:,:,:), allocatable fields_energy::energy_is_penalized_cell

Energy penalized cells.

◆ energy_linear_term

double precision, dimension(:,:,:), allocatable fields_energy::energy_linear_term

Energy linear term.

◆ energy_phase_change_term

double precision, dimension(:,:,:), allocatable fields_energy::energy_phase_change_term

Volume fraction of the solid phase for phase change.

Phase change term

◆ energy_source_term

double precision, dimension(:,:,:), allocatable fields_energy::energy_source_term

Energy source term.

◆ enthalpy

double precision, dimension(:,:,:), allocatable fields_energy::enthalpy

Enthalpy at time \( t^{n+1} \).

◆ enthalpy_n

double precision, dimension(:,:,:), allocatable fields_energy::enthalpy_n

Enthalpy at time \( t^{n} \).

◆ enthalpy_nm1

double precision, dimension(:,:,:), allocatable fields_energy::enthalpy_nm1

Enthalpy at time \( t^{n-1} \).

◆ ibc_temperature

type(t_immersed_boundary_condition), dimension(:), allocatable fields_energy::ibc_temperature

Immersed boundary temperature field.

◆ phase_field

double precision, dimension(:,:,:), allocatable fields_energy::phase_field

Phase field at time \( t^{n+1} \).

◆ phase_field_n

double precision, dimension(:,:,:), allocatable fields_energy::phase_field_n

Phase field at time \( t^{n} \).

◆ phase_field_nm1

double precision, dimension(:,:,:), allocatable fields_energy::phase_field_nm1

Phase field at time \( t^{n-1} \).

◆ phase_field_undercooling_energy

double precision, dimension(:,:,:), allocatable fields_energy::phase_field_undercooling_energy

Field.

◆ temperature

double precision, dimension(:,:,:), allocatable fields_energy::temperature

Temperature at time \( t^{n+1} \).

◆ temperature_extrapolated

double precision, dimension(:,:,:), allocatable fields_energy::temperature_extrapolated

Temperature at time \( t^{n+2} \).

◆ temperature_n

double precision, dimension(:,:,:), allocatable fields_energy::temperature_n

Temperature at time \( t^{n} \).

◆ temperature_nm1

double precision, dimension(:,:,:), allocatable fields_energy::temperature_nm1

Temperature at time \( t^{n-1} \).

◆ temperature_nm2

double precision, dimension(:,:,:), allocatable fields_energy::temperature_nm2

Temperature at time \( t^{n-2} \).

◆ viscous_dissipation_rate

double precision, dimension(:,:,:), allocatable fields_energy::viscous_dissipation_rate

Energy viscous dissipation.