Skip to content
Snippets Groups Projects
Commit ef652062 authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

BUG: Corrected viscosity field names. Fixes #1017

parent 5782af39
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment