PhysicsStorage_SLR Module

Destructor: Does nothing for this storage

Descriptor: Shows the gathered data



Variables

Type Visibility Attributes Name Initial
logical, public :: computeGradients = .true.

The sizes of the system

integer, public, parameter :: NCONS = 1
integer, public, parameter :: NGRAD = 1

Subroutines

public subroutine ConstructPhysicsStorage_SLR(controlVariables, Lref, timeref, success)

Arguments

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

public subroutine DestructPhysicsStorage_SLR()

Arguments

None

public subroutine DescribePhysicsStorage_SLR()

Arguments

None

public subroutine CheckPhysics_SLRInputIntegrity(controlVariables, success)

Arguments

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