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
|
WarningIn
|
||||||
(
|
(
|
||||||
"dsmcFields::dsmcFields"
|
"dsmcFields::dsmcFields"
|
||||||
"(const objectRegistry&, const dictionary&)"
|
"("
|
||||||
|
"const word&, "
|
||||||
|
"const objectRegistry&, "
|
||||||
|
"const dictionary&, "
|
||||||
|
"const bool"
|
||||||
|
")"
|
||||||
) << "No fvMesh available, deactivating." << nl
|
) << "No fvMesh available, deactivating." << nl
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -68,7 +68,12 @@ Foam::staticPressure::staticPressure
|
|||||||
WarningIn
|
WarningIn
|
||||||
(
|
(
|
||||||
"staticPressure::staticPressure"
|
"staticPressure::staticPressure"
|
||||||
"(const objectRegistry&, const dictionary&)"
|
"("
|
||||||
|
"const word&, "
|
||||||
|
"const objectRegistry&, "
|
||||||
|
"const dictionary&, "
|
||||||
|
"const bool"
|
||||||
|
")"
|
||||||
) << "No fvMesh available, deactivating." << nl
|
) << "No fvMesh available, deactivating." << nl
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
@ -81,7 +86,12 @@ Foam::staticPressure::staticPressure
|
|||||||
WarningIn
|
WarningIn
|
||||||
(
|
(
|
||||||
"staticPressure::staticPressure"
|
"staticPressure::staticPressure"
|
||||||
"(const objectRegistry&, const dictionary&)"
|
"("
|
||||||
|
"const word&, "
|
||||||
|
"const objectRegistry&, "
|
||||||
|
"const dictionary&, "
|
||||||
|
"const bool"
|
||||||
|
")"
|
||||||
) << "Pressure is not kinematic pressure, deactivating." << nl
|
) << "Pressure is not kinematic pressure, deactivating." << nl
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user