PhysicsStorage Module



Variables

Type Visibility Attributes Name Initial
real(kind=RP), protected :: Lref
real(kind=RP), protected :: timeref
character(len=*), public, parameter :: REFERENCE_LENGTH_KEY = "reference length (m)"
integer, public, parameter :: NCONS = NCOMP
integer, public, parameter :: NGRAD = NCOMP

Enumerations

enum, bind(c)

Enumerators

enumerator:: CTD_IGNORE_MODE = 0
enumerator:: CTD_IMEX_EXPLICIT = 1
enumerator:: CTD_IMEX_IMPLICIT = 2
enumerator:: CTD_LAPLACIAN = 3
enumerator:: CTD_DUMMY = 4

Subroutines

public subroutine ConstructPhysicsStorage(controlVariables, success)

Arguments

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

public subroutine DescribePhysicsStorage_Common()

Arguments

None

public subroutine SetReferenceLength(Lref_)

Arguments

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