Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -188,8 +188,8 @@ void turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::updateCoeffs()
|
|||||||
<< "Patch field for " << internalField().name() << " on "
|
<< "Patch field for " << internalField().name() << " on "
|
||||||
<< patch().name() << " is of type " << thisType::typeName
|
<< patch().name() << " is of type " << thisType::typeName
|
||||||
<< endl << "The neighbouring patch field " << TnbrName_ << " on "
|
<< endl << "The neighbouring patch field " << TnbrName_ << " on "
|
||||||
<< nbrPatch.name() << " is of type " << nbrTp.type() << endl
|
<< nbrPatch.name() << " is required to be the same, but is "
|
||||||
<< "They need to be the same type" << exit(FatalError);
|
<< "currently of type " << nbrTp.type() << exit(FatalError);
|
||||||
}
|
}
|
||||||
|
|
||||||
const thisType& nbrField = refCast<const thisType>(nbrTp);
|
const thisType& nbrField = refCast<const thisType>(nbrTp);
|
||||||
|
|||||||
@ -197,8 +197,8 @@ void turbulentTemperatureRadCoupledMixedFvPatchScalarField::updateCoeffs()
|
|||||||
<< "Patch field for " << internalField().name() << " on "
|
<< "Patch field for " << internalField().name() << " on "
|
||||||
<< patch().name() << " is of type " << thisType::typeName
|
<< patch().name() << " is of type " << thisType::typeName
|
||||||
<< endl << "The neighbouring patch field " << TnbrName_ << " on "
|
<< endl << "The neighbouring patch field " << TnbrName_ << " on "
|
||||||
<< nbrPatch.name() << " is of type " << nbrTp.type() << endl
|
<< nbrPatch.name() << " is required to be the same, but is "
|
||||||
<< "They need to be the same type" << exit(FatalError);
|
<< "currently of type " << nbrTp.type() << exit(FatalError);
|
||||||
}
|
}
|
||||||
|
|
||||||
const thisType& nbrField = refCast<const thisType>(nbrTp);
|
const thisType& nbrField = refCast<const thisType>(nbrTp);
|
||||||
|
|||||||
Reference in New Issue
Block a user