PhysicsStorage_CH Module

Constructor: Define default values for the physics variables.

Destructor: Does nothing for this storage

Descriptor: Shows the gathered data



Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: NCOMP = 1

Subroutines

public subroutine ConstructPhysicsStorage_CH(controlVariables, Lref, timeRef, pRef, success)

Arguments

Type IntentOptional Attributes Name
type(FTValueDictionary) :: controlVariables
real(kind=RP), intent(in) :: Lref
real(kind=RP), intent(in) :: timeRef
real(kind=RP), intent(in) :: pRef
logical :: success

public subroutine DestructPhysicsStorage_CH()

Arguments

None

public subroutine DescribePhysicsStorage_CH(Lref)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: Lref

public subroutine CheckPhysicsCHInputIntegrity(controlVariables, success)

Arguments

Type IntentOptional Attributes Name
type(FTValueDictionary) :: controlVariables
logical :: success