Skip to content
Snippets Groups Projects
Commit c4ffd320 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Corrected viscosity field names. Fixes #1017

parent 92398679
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment