mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected viscosity field names. Fixes #1017
This commit is contained in:
@ -87,7 +87,7 @@ Foam::viscosityModels::BirdCarreau::BirdCarreau
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"nu",
|
||||
name,
|
||||
U_.time().timeName(),
|
||||
U_.db(),
|
||||
IOobject::NO_READ,
|
||||
|
||||
@ -92,7 +92,7 @@ Foam::viscosityModels::Casson::Casson
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"nu",
|
||||
name,
|
||||
U_.time().timeName(),
|
||||
U_.db(),
|
||||
IOobject::NO_READ,
|
||||
|
||||
Reference in New Issue
Block a user