Namespace for finite-area. More...
Classes | |
class | backwardFaDdtScheme |
Second-order backward-differencing implicit ddt using the current and two previous time-step values. More... | |
class | boundedBackwardFaDdtScheme |
class | contactHeatFluxSource |
Applies contact heat flux between specified faMesh and fvMesh within a specified region for compressible flows. More... | |
class | convectionScheme |
Abstract base class for finite area calculus convection schemes. More... | |
class | correctedLnGrad |
Simple central-difference lnGrad scheme with non-orthogonal correction. More... | |
class | divScheme |
Abstract base class for finite area calculus div schemes. More... | |
class | edgeLimitedGrad |
edgeLimitedGrad gradient scheme applied to a runTime selected base gradient scheme. More... | |
class | EulerFaD2dt2Scheme |
First-order Euler implicit d2dt2 using the current and two previous time-step values. More... | |
class | EulerFaDdtScheme |
class | externalFileSource |
Applies sources on a specified field within a specified region by using an external table file for compressible flows. More... | |
class | externalHeatFluxSource |
Applies a heat flux condition for a specified faMesh region to temperature on an external wall for compressible flows in one of three modes: More... | |
class | faceLimitedGrad |
faceLimitedGrad gradient scheme applied to a runTime selected base gradient scheme. More... | |
class | faceSetOption |
Intermediate abstract class for handling face-set options for the derived faOptions. More... | |
class | faD2dt2Scheme |
Abstract base class for d2dt2 schemes. More... | |
class | faDdtScheme |
class | fourthLnGrad |
Fourth-order snGrad scheme with non-orthogonal correction. More... | |
class | gaussConvectionScheme |
Basic second-order convection using face-gradients and Gauss' theorem. More... | |
class | gaussDivScheme |
Basic second-order div using face-gradients and Gauss' theorem. More... | |
class | gaussGrad |
Basic second-order gradient scheme using face-interpolation and Gauss' theorem. More... | |
class | gaussLaplacianScheme |
Basic second-order laplacian using face-gradients and Gauss' theorem. More... | |
class | gradScheme |
Abstract base class for finite area calculus gradient schemes. More... | |
class | jouleHeatingSource |
Evolves an electrical potential equation. More... | |
class | laplacianScheme |
Abstract base class for finite area calculus laplacian schemes. More... | |
class | leastSquaresFaGrad |
Second-order gradient scheme using least-squares. More... | |
class | limitedLnGrad |
Central-difference lnGrad scheme with limited non-orthogonal correction. More... | |
class | limitVelocity |
Limits the maximum velocity magnitude to the specified max value. More... | |
class | lnGradScheme |
Abstract base class for lnGrad schemes. More... | |
class | option |
Base abstract class for handling finite area options (i.e. faOption ). More... | |
class | optionList |
List of finite volume options. More... | |
class | options |
Finite-area options. More... | |
class | steadyStateFaDdtScheme |
Variables | |
faDdtScheme< scalar >::addIstreamConstructorToTable< boundedBackwardFaDdtScheme > | addboundedBackwardFaDdtSchemeIstreamConstructorToTable_ |
Foam::fa::defineTypeNameAndDebug | ( | limitVelocity | , |
0 | |||
) |
Foam::fa::addToRunTimeSelectionTable | ( | option | , |
limitVelocity | , | ||
dictionary | |||
) |
Foam::fa::defineTypeNameAndDebug | ( | faceSetOption | , |
0 | |||
) |
Foam::fa::defineTypeNameAndDebug | ( | option | , |
0 | |||
) |
Foam::fa::defineRunTimeSelectionTable | ( | option | , |
dictionary | |||
) |
Foam::fa::defineTypeNameAndDebug | ( | optionList | , |
0 | |||
) |
Foam::fa::defineTypeNameAndDebug | ( | options | , |
0 | |||
) |
Foam::fa::defineTypeNameAndDebug | ( | contactHeatFluxSource | , |
0 | |||
) |
Foam::fa::addToRunTimeSelectionTable | ( | option | , |
contactHeatFluxSource | , | ||
dictionary | |||
) |
Foam::fa::defineTypeNameAndDebug | ( | externalFileSource | , |
0 | |||
) |
Foam::fa::addToRunTimeSelectionTable | ( | option | , |
externalFileSource | , | ||
dictionary | |||
) |
Foam::fa::defineTypeNameAndDebug | ( | externalHeatFluxSource | , |
0 | |||
) |
Foam::fa::addToRunTimeSelectionTable | ( | option | , |
externalHeatFluxSource | , | ||
dictionary | |||
) |
Foam::fa::defineTypeNameAndDebug | ( | jouleHeatingSource | , |
0 | |||
) |
Foam::fa::addToRunTimeSelectionTable | ( | option | , |
jouleHeatingSource | , | ||
dictionary | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | convectionScheme< scalar > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | convectionScheme< vector > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | convectionScheme< tensor > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | faD2dt2Scheme< scalar > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | faD2dt2Scheme< vector > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | faD2dt2Scheme< tensor > | , |
Istream | |||
) |
Foam::fa::defineTypeNameAndDebug | ( | boundedBackwardFaDdtScheme | , |
0 | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | faDdtScheme< scalar > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | faDdtScheme< vector > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | faDdtScheme< tensor > | , |
Istream | |||
) |
Foam::fa::NamespaceName | ( | "fa" | ) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | gradScheme< scalar > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | gradScheme< vector > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | laplacianScheme< scalar > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | laplacianScheme< vector > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | laplacianScheme< tensor > | , |
Istream | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | lnGradScheme< scalar > | , |
Mesh | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | lnGradScheme< vector > | , |
Mesh | |||
) |
Foam::fa::defineTemplateRunTimeSelectionTable | ( | lnGradScheme< tensor > | , |
Mesh | |||
) |
faDdtScheme<scalar>::addIstreamConstructorToTable<boundedBackwardFaDdtScheme> addboundedBackwardFaDdtSchemeIstreamConstructorToTable_ |
Definition at line 960 of file boundedBackwardFaDdtScheme.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.