diff --git a/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.C index f47b6e8fca5592719dae5ce39a2f5393ed455f10..2665771175092d4d1f253a0019f2f57ca13743f8 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.C @@ -329,7 +329,10 @@ void Foam::externalCoupledMixedFvPatchField<Type>::initialiseRead FatalErrorIn ( "void Foam::externalCoupledMixedFvPatchField<Type>::" - "initialiseRead()" + "initialiseRead" + "(" + "IFstream&" + ") const" ) << "Unable to open data transfer file " << is.name() << " for patch " << this->patch().name() @@ -351,7 +354,10 @@ void Foam::externalCoupledMixedFvPatchField<Type>::initialiseRead FatalErrorIn ( "void Foam::externalCoupledMixedFvPatchField<Type>::" - "initialiseRead()" + "initialiseRead" + "(" + "IFstream&" + ") const" ) << "Unable to scan forward to appropriate read position for " << "data transfer file " << is.name() @@ -389,8 +395,10 @@ void Foam::externalCoupledMixedFvPatchField<Type>::readData { FatalErrorIn ( - "void Foam::externalCoupledMixedFvPatchField<Type>::" - "updateCoeffs()" + "void Foam::externalCoupledMixedFvPatchField<Type>::readData" + "(" + "const fileName&" + ")" ) << "Insufficient data for patch " << this->patch().name() diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C index a829a5096abe551c26c5f7a247e0f196f2330348..3d85ccda882391bbeb07341a97ad0b575444f17c 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C @@ -154,7 +154,7 @@ void Foam::externalCoupledTemperatureMixedFvPatchScalarField::transferData FatalErrorIn ( "void Foam::externalCoupledTemperatureMixedFvPatchScalarField::" - "writeData" + "transferData" "(" "OFstream&" ") const"