ENH: Updated incompressible v2f RAS model

This commit is contained in:
andy
2012-11-02 17:29:11 +00:00
parent fe1f8615af
commit e8a129487b

View File

@ -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
)