Change default nuRatio cut-off
This commit is contained in:
parent
6d0cfbc4fe
commit
60d21de6de
2 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ RASModel::RASModel
|
|||
epsilonSmall_("epsilonSmall", epsilon0_.dimensions(), SMALL),
|
||||
omega0_("omega0", dimless/dimTime, SMALL),
|
||||
omegaSmall_("omegaSmall", omega0_.dimensions(), SMALL),
|
||||
muRatio_(lookupOrDefault<scalar>("muRatio", 1e4)),
|
||||
muRatio_(lookupOrDefault<scalar>("muRatio", 1e6)),
|
||||
|
||||
y_(mesh_)
|
||||
{
|
||||
|
|
|
@ -83,7 +83,7 @@ RASModel::RASModel
|
|||
epsilonSmall_("epsilonSmall", epsilon0_.dimensions(), SMALL),
|
||||
omega0_("omega0", dimless/dimTime, SMALL),
|
||||
omegaSmall_("omegaSmall", omega0_.dimensions(), SMALL),
|
||||
nuRatio_(lookupOrDefault<scalar>("nuRatio", 1e4)),
|
||||
nuRatio_(lookupOrDefault<scalar>("nuRatio", 1e6)),
|
||||
|
||||
y_(mesh_)
|
||||
{
|
||||
|
|
Reference in a new issue