turbulentTransportModels: Add new Maxwell model
This commit is contained in:
parent
10fb32db8d
commit
2fd4b6bce4
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ makeBaseTurbulenceModel
|
|||
#include "Stokes.H"
|
||||
makeLaminarModel(Stokes);
|
||||
|
||||
#include "Maxwell.H"
|
||||
makeLaminarModel(Maxwell);
|
||||
|
||||
|
||||
// -------------------------------------------------------------------------- //
|
||||
// RAS models
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue