STYLE: consistent naming of 'kappa' instead of 'kappaName' etc (issue #305)

- purely cosmetic (documentation) changes
This commit is contained in:
Mark Olesen
2016-11-20 11:41:52 +01:00
parent f55b15e387
commit 7b9fde84ce
18 changed files with 39 additions and 83 deletions

View File

@ -79,8 +79,8 @@ Foam::tmp<Foam::volScalarField> Foam::functionObjects::pressure::rhoScale
FatalErrorInFunction
<< type() << " " << name() << ": "
<< "pressure identified as incompressible, but reference "
<< "density is not set. Please set rhoName to rhoInf, and "
<< "set an appropriate value for rhoInf"
<< "density is not set. Please set 'rho' to 'rhoInf', and "
<< "set an appropriate value for 'rhoInf'"
<< exit(FatalError);
}