mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: code clean-up
This commit is contained in:
@ -329,7 +329,10 @@ void Foam::externalCoupledMixedFvPatchField<Type>::initialiseRead
|
|||||||
FatalErrorIn
|
FatalErrorIn
|
||||||
(
|
(
|
||||||
"void Foam::externalCoupledMixedFvPatchField<Type>::"
|
"void Foam::externalCoupledMixedFvPatchField<Type>::"
|
||||||
"initialiseRead()"
|
"initialiseRead"
|
||||||
|
"("
|
||||||
|
"IFstream&"
|
||||||
|
") const"
|
||||||
)
|
)
|
||||||
<< "Unable to open data transfer file " << is.name()
|
<< "Unable to open data transfer file " << is.name()
|
||||||
<< " for patch " << this->patch().name()
|
<< " for patch " << this->patch().name()
|
||||||
@ -351,7 +354,10 @@ void Foam::externalCoupledMixedFvPatchField<Type>::initialiseRead
|
|||||||
FatalErrorIn
|
FatalErrorIn
|
||||||
(
|
(
|
||||||
"void Foam::externalCoupledMixedFvPatchField<Type>::"
|
"void Foam::externalCoupledMixedFvPatchField<Type>::"
|
||||||
"initialiseRead()"
|
"initialiseRead"
|
||||||
|
"("
|
||||||
|
"IFstream&"
|
||||||
|
") const"
|
||||||
)
|
)
|
||||||
<< "Unable to scan forward to appropriate read position for "
|
<< "Unable to scan forward to appropriate read position for "
|
||||||
<< "data transfer file " << is.name()
|
<< "data transfer file " << is.name()
|
||||||
@ -389,8 +395,10 @@ void Foam::externalCoupledMixedFvPatchField<Type>::readData
|
|||||||
{
|
{
|
||||||
FatalErrorIn
|
FatalErrorIn
|
||||||
(
|
(
|
||||||
"void Foam::externalCoupledMixedFvPatchField<Type>::"
|
"void Foam::externalCoupledMixedFvPatchField<Type>::readData"
|
||||||
"updateCoeffs()"
|
"("
|
||||||
|
"const fileName&"
|
||||||
|
")"
|
||||||
)
|
)
|
||||||
<< "Insufficient data for patch "
|
<< "Insufficient data for patch "
|
||||||
<< this->patch().name()
|
<< this->patch().name()
|
||||||
|
|||||||
@ -154,7 +154,7 @@ void Foam::externalCoupledTemperatureMixedFvPatchScalarField::transferData
|
|||||||
FatalErrorIn
|
FatalErrorIn
|
||||||
(
|
(
|
||||||
"void Foam::externalCoupledTemperatureMixedFvPatchScalarField::"
|
"void Foam::externalCoupledTemperatureMixedFvPatchScalarField::"
|
||||||
"writeData"
|
"transferData"
|
||||||
"("
|
"("
|
||||||
"OFstream&"
|
"OFstream&"
|
||||||
") const"
|
") const"
|
||||||
|
|||||||
Reference in New Issue
Block a user