mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cosmetics
This commit is contained in:
@ -62,7 +62,12 @@ Foam::dsmcFields::dsmcFields
|
||||
WarningIn
|
||||
(
|
||||
"dsmcFields::dsmcFields"
|
||||
"(const objectRegistry&, const dictionary&)"
|
||||
"("
|
||||
"const word&, "
|
||||
"const objectRegistry&, "
|
||||
"const dictionary&, "
|
||||
"const bool"
|
||||
")"
|
||||
) << "No fvMesh available, deactivating." << nl
|
||||
<< endl;
|
||||
}
|
||||
|
||||
@ -68,7 +68,12 @@ Foam::staticPressure::staticPressure
|
||||
WarningIn
|
||||
(
|
||||
"staticPressure::staticPressure"
|
||||
"(const objectRegistry&, const dictionary&)"
|
||||
"("
|
||||
"const word&, "
|
||||
"const objectRegistry&, "
|
||||
"const dictionary&, "
|
||||
"const bool"
|
||||
")"
|
||||
) << "No fvMesh available, deactivating." << nl
|
||||
<< endl;
|
||||
}
|
||||
@ -81,7 +86,12 @@ Foam::staticPressure::staticPressure
|
||||
WarningIn
|
||||
(
|
||||
"staticPressure::staticPressure"
|
||||
"(const objectRegistry&, const dictionary&)"
|
||||
"("
|
||||
"const word&, "
|
||||
"const objectRegistry&, "
|
||||
"const dictionary&, "
|
||||
"const bool"
|
||||
")"
|
||||
) << "Pressure is not kinematic pressure, deactivating." << nl
|
||||
<< endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user