BUG: Corrected viscosity field names. Fixes #1017

This commit is contained in:
Andrew Heather
2018-09-21 16:00:28 +01:00
parent 923986793f
commit c4ffd32086
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ Foam::viscosityModels::BirdCarreau::BirdCarreau
(
IOobject
(
"nu",
name,
U_.time().timeName(),
U_.db(),
IOobject::NO_READ,

View File

@ -92,7 +92,7 @@ Foam::viscosityModels::Casson::Casson
(
IOobject
(
"nu",
name,
U_.time().timeName(),
U_.db(),
IOobject::NO_READ,