Skip to content
Snippets Groups Projects
Commit e8a12948 authored by andy's avatar andy
Browse files

ENH: Updated incompressible v2f RAS model

parent fe1f8615
No related branches found
No related tags found
No related merge requests found
......@@ -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
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment