ENH: Updated incompressible v2f RAS model
This commit is contained in:
@ -37,6 +37,11 @@ namespace incompressible
|
||||
namespace RASModels
|
||||
{
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
defineTypeNameAndDebug(v2f, 0);
|
||||
addToRunTimeSelectionTable(RASModel, v2f, dictionary);
|
||||
|
||||
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||
|
||||
wordList v2f::RBoundaryTypes() const
|
||||
@ -82,11 +87,6 @@ tmp<volScalarField> v2f::Ls() const
|
||||
}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
defineTypeNameAndDebug(v2f, 0);
|
||||
addToRunTimeSelectionTable(RASModel, v2f, dictionary);
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
v2f::v2f
|
||||
@ -158,7 +158,7 @@ v2f::v2f
|
||||
(
|
||||
dimensioned<scalar>::lookupOrAddToDict
|
||||
(
|
||||
"Ceps1",
|
||||
"Ceps2",
|
||||
coeffDict_,
|
||||
1.9
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user