
Contains fluid stencil template procedures
Initialize stencil template based on environment object and JSON file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |
prefix for JSON keys for this template |
||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar |
Initialize diagonal tencil template based on environment object and JSON file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |
prefix for JSON keys for this template |
||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar |
Initialize diagonal stencil template based on direct inputs
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar | |||
| integer(kind=ik), | intent(in), | optional, | dimension(:) | :: | evolvedXCells |
Initialize central difference with face interpolation stencil template based on environment object and JSON file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |
prefix for JSON keys for this template |
||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar |
Initialize central difference with face interpolation stencil template based on direct inputs
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar | |||
| logical, | intent(in) | :: | ignoreJacobian | |||
| character(len=*), | intent(in), | optional | :: | interpolatedVarName |
Initialize staggered difference with stencil template based on environment object and JSON file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |
prefix for JSON keys for this template |
||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar |
Initialize staggered difference with stencil template based on direct input
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar | |||
| logical, | intent(in) | :: | ignoreJacobian |
Initialize upwinding difference with stencil template based on environment object and JSON file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |
prefix for JSON keys for this template |
||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar |
Initialize upwinding difference with stencil template based on direct inputs
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar | |||
| logical, | intent(in) | :: | ignoreJacobian | |||
| character(len=*), | intent(in) | :: | fluxJacVar |
Initialize flux-like boundary condition stencil template based on environment object and JSON file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |
prefix for JSON keys for this template |
||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar |
Initialize flux-like boundary condition stencil template based on direct inputs
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar | |||
| logical, | intent(in) | :: | ignoreJacobian | |||
| logical, | intent(in) | :: | leftBoundary | |||
| logical, | intent(in) | :: | dontExtrapolate | |||
| logical, | intent(in) | :: | noLowerBound | |||
| real(kind=rk), | intent(in) | :: | fixedLowerBound | |||
| character(len=*), | intent(in), | optional | :: | fluxJacVar | ||
| character(len=*), | intent(in), | optional | :: | lowerBoundVar |
Initialize diffusion stencil template based on environment object and JSON file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |
prefix for JSON keys for this template |
||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar |
initialize diffusion stencil template based on direct inputs
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar | |||
| logical, | intent(in) | :: | ignoreJacobian | |||
| type(CalculationRule), | intent(in), | optional | :: | calcRule | ||
| logical, | intent(in), | optional | :: | doNotInterpolateD |
Initialize custom fluid 1D stencil template based on environment object and JSON file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |
prefix for JSON keys for this template |
Initialize custom fluid 1D stencil template based on direct inputs
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| integer(kind=ik), | intent(in), | dimension(:) | :: | xStencil | ||
| type(RealArray), | intent(in), | dimension(:) | :: | columnVecs | ||
| type(StringArray), | intent(in), | dimension(:) | :: | varContColVarNames | ||
| type(StringArray), | intent(in), | dimension(:) | :: | mbColVarNames |