ManufacturedSolutionsNS Module



Functions

public function ManufacturedSolP(x) result(p)

Arguments

Type IntentOptional Attributes Name
real(kind=RP) :: x(3)

Return Value real(kind=RP)


Subroutines

public subroutine InitializeManufacturedSol(ProblemDIM)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: ProblemDIM

public subroutine ManufacturedSolutionState(x, t, Q)

Arguments

Type IntentOptional Attributes Name
real(kind=RP) :: x(3)
real(kind=RP) :: t
real(kind=RP) :: Q(NCONS)

public subroutine ManufacturedSolutionDeriv(xx, t, nHat, U_x, U_y, U_z)

Arguments

Type IntentOptional Attributes Name
real(kind=RP) :: xx(3)
real(kind=RP) :: t
real(kind=RP) :: nHat(3)
real(kind=RP), intent(inout) :: U_x(NGRAD)
real(kind=RP), intent(inout) :: U_y(NGRAD)
real(kind=RP), intent(inout) :: U_z(NGRAD)

public subroutine ManufacturedSolutionSourceNS(xx, t, Q)

Arguments

Type IntentOptional Attributes Name
real(kind=RP) :: xx(3)
real(kind=RP) :: t
real(kind=RP) :: Q(NCONS)

public subroutine ManufacturedSolutionSourceEuler(xx, t, Q)

Arguments

Type IntentOptional Attributes Name
real(kind=RP) :: xx(3)
real(kind=RP) :: t
real(kind=RP) :: Q(NCONS)