SRFSimpleFoam: Change from pure RAS to any turbulence model
Provides support for running laminar. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1951
This commit is contained in:
parent
947632531c
commit
64b2cddfe5
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ volVectorField U
|
|||
|
||||
singlePhaseTransportModel laminarTransport(U, phi);
|
||||
|
||||
autoPtr<incompressible::RASModel> turbulence
|
||||
autoPtr<incompressible::turbulenceModel> turbulence
|
||||
(
|
||||
incompressible::New<incompressible::RASModel>(U, phi, laminarTransport)
|
||||
incompressible::turbulenceModel::New(U, phi, laminarTransport)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue