Skip to content
Snippets Groups Projects
Commit 386df906 authored by andy's avatar andy
Browse files

ENH: Updated default name of mu field to thermo:mu

parent 78181c26
Branches
Tags
No related merge requests found
......@@ -85,7 +85,7 @@ Foam::explicitPorositySource::explicitPorositySource
porosityPtr_(NULL),
UName_(coeffs_.lookupOrDefault<word>("UName", "U")),
rhoName_(coeffs_.lookupOrDefault<word>("rhoName", "rho")),
muName_(coeffs_.lookupOrDefault<word>("muName", "mu"))
muName_(coeffs_.lookupOrDefault<word>("muName", "thermo:mu"))
{
initialise();
}
......
......@@ -88,7 +88,8 @@ protected:
//- Density field name (compressible case only), default = rho
word rhoName_;
//- Dynamic viscosity field name (compressible case only), default = mu
//- Dynamic viscosity field name (compressible case only)
// default = thermo:mu
word muName_;
......
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