diff --git a/applications/modules/multiphaseEuler/interfacialModels/aspectRatioModels/aspectRatioModel/aspectRatioModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/aspectRatioModels/aspectRatioModel/aspectRatioModelNew.C index 4e75678804..96cacb922d 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/aspectRatioModels/aspectRatioModel/aspectRatioModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/aspectRatioModels/aspectRatioModel/aspectRatioModelNew.C @@ -46,7 +46,7 @@ Foam::aspectRatioModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown aspectRatioModelType type " + << "Unknown aspectRatioModel type " << aspectRatioModelType << endl << endl << "Valid aspectRatioModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/diffusiveMassTransferModels/diffusiveMassTransferModel/diffusiveMassTransferModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/diffusiveMassTransferModels/diffusiveMassTransferModel/diffusiveMassTransferModelNew.C index 97c3070d73..50456294fc 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/diffusiveMassTransferModels/diffusiveMassTransferModel/diffusiveMassTransferModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/diffusiveMassTransferModels/diffusiveMassTransferModel/diffusiveMassTransferModelNew.C @@ -48,7 +48,7 @@ Foam::diffusiveMassTransferModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown diffusiveMassTransferModelType type " + << "Unknown diffusiveMassTransferModel type " << diffusiveMassTransferModelType << endl << endl << "Valid diffusiveMassTransferModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/dragModels/dragModel/dragModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/dragModels/dragModel/dragModelNew.C index 5f50f57868..d74046a4e2 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/dragModels/dragModel/dragModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/dragModels/dragModel/dragModelNew.C @@ -50,7 +50,7 @@ Foam::autoPtr Foam::dragModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown dragModelType type " + << "Unknown dragModel type " << dragModelType << endl << endl << "Valid dragModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModelNew.C index de79418cfd..90f759bc5e 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModelNew.C @@ -50,7 +50,7 @@ Foam::autoPtr Foam::heatTransferModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown heatTransferModelType type " + << "Unknown heatTransferModel type " << heatTransferModelType << endl << endl << "Valid heatTransferModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/interfaceCompositionModels/interfaceCompositionModel/interfaceCompositionModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/interfaceCompositionModels/interfaceCompositionModel/interfaceCompositionModelNew.C index 9bb47273cc..d6cc66304b 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/interfaceCompositionModels/interfaceCompositionModel/interfaceCompositionModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/interfaceCompositionModels/interfaceCompositionModel/interfaceCompositionModelNew.C @@ -52,7 +52,7 @@ Foam::interfaceCompositionModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown interfaceCompositionModelType type " + << "Unknown interfaceCompositionModel type " << interfaceCompositionModelType << endl << endl << "Valid interfaceCompositionModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/interfaceSurfaceTensionModels/interfaceSurfaceTensionModel/interfaceSurfaceTensionModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/interfaceSurfaceTensionModels/interfaceSurfaceTensionModel/interfaceSurfaceTensionModelNew.C index 32f6c43609..257dbfbb89 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/interfaceSurfaceTensionModels/interfaceSurfaceTensionModel/interfaceSurfaceTensionModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/interfaceSurfaceTensionModels/interfaceSurfaceTensionModel/interfaceSurfaceTensionModelNew.C @@ -52,7 +52,7 @@ Foam::interfaceSurfaceTensionModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown interfaceSurfaceTensionModelType type " + << "Unknown interfaceSurfaceTensionModel type " << interfaceSurfaceTensionModelType << endl << endl << "Valid interfaceSurfaceTensionModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/liftModels/liftModel/liftModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/liftModels/liftModel/liftModelNew.C index 73ee4f5895..1022f367ba 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/liftModels/liftModel/liftModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/liftModels/liftModel/liftModelNew.C @@ -49,7 +49,7 @@ Foam::autoPtr Foam::liftModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown liftModelType type " + << "Unknown liftModel type " << liftModelType << endl << endl << "Valid liftModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/phaseTransferModels/phaseTransferModel/phaseTransferModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/phaseTransferModels/phaseTransferModel/phaseTransferModelNew.C index 8c6d922821..3019e8d4f3 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/phaseTransferModels/phaseTransferModel/phaseTransferModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/phaseTransferModels/phaseTransferModel/phaseTransferModelNew.C @@ -47,7 +47,7 @@ Foam::autoPtr Foam::phaseTransferModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown phaseTransferModelType type " + << "Unknown phaseTransferModel type " << phaseTransferModelType << endl << endl << "Valid phaseTransferModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/swarmCorrections/swarmCorrection/swarmCorrectionNew.C b/applications/modules/multiphaseEuler/interfacialModels/swarmCorrections/swarmCorrection/swarmCorrectionNew.C index 04d250a790..365571d06e 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/swarmCorrections/swarmCorrection/swarmCorrectionNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/swarmCorrections/swarmCorrection/swarmCorrectionNew.C @@ -46,7 +46,7 @@ Foam::swarmCorrection::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown swarmCorrectionType type " + << "Unknown swarmCorrection type " << swarmCorrectionType << endl << endl << "Valid swarmCorrection types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/turbulentDispersionModels/turbulentDispersionModel/turbulentDispersionModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/turbulentDispersionModels/turbulentDispersionModel/turbulentDispersionModelNew.C index 65766aa588..32e965ca74 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/turbulentDispersionModels/turbulentDispersionModel/turbulentDispersionModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/turbulentDispersionModels/turbulentDispersionModel/turbulentDispersionModelNew.C @@ -52,7 +52,7 @@ Foam::turbulentDispersionModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown turbulentDispersionModelType type " + << "Unknown turbulentDispersionModel type " << turbulentDispersionModelType << endl << endl << "Valid turbulentDispersionModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/virtualMassModels/virtualMassModel/virtualMassModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/virtualMassModels/virtualMassModel/virtualMassModelNew.C index ff5280494c..a461b31b68 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/virtualMassModels/virtualMassModel/virtualMassModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/virtualMassModels/virtualMassModel/virtualMassModelNew.C @@ -49,7 +49,7 @@ Foam::autoPtr Foam::virtualMassModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown virtualMassModelType type " + << "Unknown virtualMassModel type " << virtualMassModelType << endl << endl << "Valid virtualMassModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/wallDampingModels/wallDampingModel/wallDampingModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/wallDampingModels/wallDampingModel/wallDampingModelNew.C index a30e103043..9027b63060 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/wallDampingModels/wallDampingModel/wallDampingModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/wallDampingModels/wallDampingModel/wallDampingModelNew.C @@ -44,7 +44,7 @@ Foam::autoPtr Foam::wallDampingModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown wallDampingModelType type " + << "Unknown wallDampingModel type " << wallDampingModelType << endl << endl << "Valid wallDampingModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/interfacialModels/wallLubricationModels/wallLubricationModel/wallLubricationModelNew.C b/applications/modules/multiphaseEuler/interfacialModels/wallLubricationModels/wallLubricationModel/wallLubricationModelNew.C index 14c3d96f72..ca131f5c16 100644 --- a/applications/modules/multiphaseEuler/interfacialModels/wallLubricationModels/wallLubricationModel/wallLubricationModelNew.C +++ b/applications/modules/multiphaseEuler/interfacialModels/wallLubricationModels/wallLubricationModel/wallLubricationModelNew.C @@ -51,7 +51,7 @@ Foam::autoPtr Foam::wallLubricationModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown wallLubricationModelType type " + << "Unknown wallLubricationModel type " << wallLubricationModelType << endl << endl << "Valid wallLubricationModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModelNew.C b/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModelNew.C index 3eb3e4b5cd..d645bb49ee 100644 --- a/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModelNew.C +++ b/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModelNew.C @@ -43,13 +43,12 @@ Foam::kineticTheoryModels::conductivityModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { - FatalError - << "conductivityModel::New(const dictionary&) : " << endl - << " unknown granularConductivityModel type " - << conductivityModelType - << ", constructor not in hash table" << endl << endl - << " Valid granularConductivityModel types are :" << endl; - Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError); + FatalErrorInFunction + << "Unknown granularConductivityModel type " + << conductivityModelType << endl << endl + << "Valid granularConductivityModel types are :" << endl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr(cstrIter()(dict)); diff --git a/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModelNew.C b/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModelNew.C index cfebcab7c9..26fc5b01f9 100644 --- a/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModelNew.C +++ b/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModelNew.C @@ -43,14 +43,12 @@ Foam::kineticTheoryModels::frictionalStressModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { - FatalError - << "frictionalStressModel::New(const dictionary&) : " << endl - << " unknown frictionalStressModelType type " - << frictionalStressModelType - << ", constructor not in hash table" << endl << endl - << " Valid frictionalStressModelType types are :" << endl; - Info<< dictionaryConstructorTablePtr_->sortedToc() - << abort(FatalError); + FatalErrorInFunction + << "Unknown frictionalStressModel type " + << frictionalStressModelType << endl << endl + << "Valid frictionalStressModel types are :" << endl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr(cstrIter()(dict)); diff --git a/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModelNew.C b/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModelNew.C index 24175141ed..c3371cdcb4 100644 --- a/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModelNew.C +++ b/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModelNew.C @@ -43,14 +43,12 @@ Foam::kineticTheoryModels::granularPressureModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { - FatalError - << "granularPressureModel::New(const dictionary&) : " << endl - << " unknown granularPressureModelType type " - << granularPressureModelType - << ", constructor not in hash table" << endl << endl - << " Valid granularPressureModelType types are :" << endl; - Info<< dictionaryConstructorTablePtr_->sortedToc() - << abort(FatalError); + FatalErrorInFunction + << "Unknown granularPressureModel type " + << granularPressureModelType << endl << endl + << "Valid granularPressureModel types are :" << endl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr(cstrIter()(dict)); diff --git a/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/radialModel/radialModel/radialModelNew.C b/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/radialModel/radialModel/radialModelNew.C index 0fd8ef47fb..885a62da78 100644 --- a/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/radialModel/radialModel/radialModelNew.C +++ b/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/radialModel/radialModel/radialModelNew.C @@ -43,14 +43,12 @@ Foam::kineticTheoryModels::radialModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { - FatalError - << "radialModel::New(const dictionary&) : " << endl - << " unknown radialModelType type " - << radialModelType - << ", constructor not in hash table" << endl << endl - << " Valid radialModelType types are :" << endl; - Info<< dictionaryConstructorTablePtr_->sortedToc() - << abort(FatalError); + FatalErrorInFunction + << "Unknown radialModel type " + << radialModelType << endl << endl + << "Valid radialModel types are :" << endl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr(cstrIter()(dict)); diff --git a/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/viscosityModel/viscosityModel/kineticTheoryViscosityModelNew.C b/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/viscosityModel/viscosityModel/kineticTheoryViscosityModelNew.C index 4f53ec99ce..c64fedfc16 100644 --- a/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/viscosityModel/viscosityModel/kineticTheoryViscosityModelNew.C +++ b/applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/viscosityModel/viscosityModel/kineticTheoryViscosityModelNew.C @@ -43,13 +43,12 @@ Foam::kineticTheoryModels::viscosityModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { - FatalError - << "viscosityModel::New(const dictionary&) : " << endl - << " unknown granularViscosityModel type " - << viscosityModelType - << ", constructor not in hash table" << endl << endl - << " Valid granularViscosityModel types are :" << endl; - Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError); + FatalErrorInFunction + << "Unknown granularViscosityModel type " + << viscosityModelType << endl << endl + << "Valid granularViscosityModel types are :" << endl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr(cstrIter()(dict)); diff --git a/applications/modules/multiphaseEuler/phaseSystem/BlendedInterfacialModel/blendingMethods/blendingMethod/blendingMethodNew.C b/applications/modules/multiphaseEuler/phaseSystem/BlendedInterfacialModel/blendingMethods/blendingMethod/blendingMethodNew.C index 17dd2e68d4..554aeb1dae 100644 --- a/applications/modules/multiphaseEuler/phaseSystem/BlendedInterfacialModel/blendingMethods/blendingMethod/blendingMethodNew.C +++ b/applications/modules/multiphaseEuler/phaseSystem/BlendedInterfacialModel/blendingMethods/blendingMethod/blendingMethodNew.C @@ -45,7 +45,7 @@ Foam::autoPtr Foam::blendingMethod::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown blendingMethodType type " + << "Unknown blendingMethod type " << blendingMethodType << endl << endl << "Valid blendingMethod types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/phaseSystem/diameterModels/diameterModel/diameterModelNew.C b/applications/modules/multiphaseEuler/phaseSystem/diameterModels/diameterModel/diameterModelNew.C index f928eaff3c..8b3c289b6d 100644 --- a/applications/modules/multiphaseEuler/phaseSystem/diameterModels/diameterModel/diameterModelNew.C +++ b/applications/modules/multiphaseEuler/phaseSystem/diameterModels/diameterModel/diameterModelNew.C @@ -49,7 +49,7 @@ Foam::autoPtr Foam::diameterModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown diameterModelType type " + << "Unknown diameterModel type " << diameterModelType << endl << endl << "Valid diameterModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/phaseSystem/phaseModel/phaseModelNew.C b/applications/modules/multiphaseEuler/phaseSystem/phaseModel/phaseModelNew.C index 7fedc8ff1e..41242c80c7 100644 --- a/applications/modules/multiphaseEuler/phaseSystem/phaseModel/phaseModelNew.C +++ b/applications/modules/multiphaseEuler/phaseSystem/phaseModel/phaseModelNew.C @@ -47,7 +47,7 @@ Foam::autoPtr Foam::phaseModel::New if (cstrIter == phaseSystemConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown phaseModelType type " + << "Unknown phaseModel type " << phaseModelType << endl << endl << "Valid phaseModel types are : " << endl << phaseSystemConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/phaseSystem/phaseSystem/phaseSystemNew.C b/applications/modules/multiphaseEuler/phaseSystem/phaseSystem/phaseSystemNew.C index 33ba8c9d3f..97e5e9f790 100644 --- a/applications/modules/multiphaseEuler/phaseSystem/phaseSystem/phaseSystemNew.C +++ b/applications/modules/multiphaseEuler/phaseSystem/phaseSystem/phaseSystemNew.C @@ -57,7 +57,7 @@ Foam::autoPtr Foam::phaseSystem::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown phaseSystemType type " + << "Unknown phaseSystem type " << phaseSystemType << endl << endl << "Valid phaseSystem types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/populationBalance/diameterModels/velocityGroup/sizeGroup/shapeModels/shapeModel/shapeModel.C b/applications/modules/multiphaseEuler/populationBalance/diameterModels/velocityGroup/sizeGroup/shapeModels/shapeModel/shapeModel.C index 58ed58a0ed..e3c76576d3 100644 --- a/applications/modules/multiphaseEuler/populationBalance/diameterModels/velocityGroup/sizeGroup/shapeModels/shapeModel/shapeModel.C +++ b/applications/modules/multiphaseEuler/populationBalance/diameterModels/velocityGroup/sizeGroup/shapeModels/shapeModel/shapeModel.C @@ -63,7 +63,7 @@ Foam::diameterModels::shapeModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown shapeModelType type " + << "Unknown shapeModel type " << shapeModelType << endl << endl << "Valid shapeModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/departureDiameterModels/departureDiameterModel/departureDiameterModelNew.C b/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/departureDiameterModels/departureDiameterModel/departureDiameterModelNew.C index f56c4fb05a..f2f6c69530 100644 --- a/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/departureDiameterModels/departureDiameterModel/departureDiameterModelNew.C +++ b/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/departureDiameterModels/departureDiameterModel/departureDiameterModelNew.C @@ -44,7 +44,7 @@ Foam::wallBoilingModels::departureDiameterModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown departureDiameterModelType type " + << "Unknown departureDiameterModel type " << departureDiameterModelType << endl << endl << "Valid departureDiameterModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/departureFrequencyModels/departureFrequencyModel/departureFrequencyModelNew.C b/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/departureFrequencyModels/departureFrequencyModel/departureFrequencyModelNew.C index 04430d9569..741dc58386 100644 --- a/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/departureFrequencyModels/departureFrequencyModel/departureFrequencyModelNew.C +++ b/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/departureFrequencyModels/departureFrequencyModel/departureFrequencyModelNew.C @@ -44,7 +44,7 @@ Foam::wallBoilingModels::departureFrequencyModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown departureFrequencyModelType type " + << "Unknown departureFrequencyModel type " << departureFrequencyModelType << endl << endl << "Valid departureFrequencyModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/nucleationSiteModels/nucleationSiteModel/nucleationSiteModelNew.C b/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/nucleationSiteModels/nucleationSiteModel/nucleationSiteModelNew.C index 462ac98d4d..885b7b132b 100644 --- a/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/nucleationSiteModels/nucleationSiteModel/nucleationSiteModelNew.C +++ b/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/nucleationSiteModels/nucleationSiteModel/nucleationSiteModelNew.C @@ -44,7 +44,7 @@ Foam::wallBoilingModels::nucleationSiteModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown nucleationSiteModelType type " + << "Unknown nucleationSiteModel type " << nucleationSiteModelType << endl << endl << "Valid nucleationSiteModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/partitioningModels/partitioningModel/partitioningModelNew.C b/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/partitioningModels/partitioningModel/partitioningModelNew.C index 270e97fd88..eacd97eb3e 100644 --- a/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/partitioningModels/partitioningModel/partitioningModelNew.C +++ b/applications/modules/multiphaseEuler/thermophysicalTransportModels/wallBoilingSubModels/partitioningModels/partitioningModel/partitioningModelNew.C @@ -44,7 +44,7 @@ Foam::wallBoilingModels::partitioningModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown partitioningModelType type " + << "Unknown partitioningModel type " << partitioningModelType << endl << endl << "Valid partitioningModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/src/finiteVolume/fvMesh/wallDist/patchDistMethods/patchDistMethod/patchDistMethod.C b/src/finiteVolume/fvMesh/wallDist/patchDistMethods/patchDistMethod/patchDistMethod.C index d63d6cf006..881bd09bc6 100644 --- a/src/finiteVolume/fvMesh/wallDist/patchDistMethods/patchDistMethod/patchDistMethod.C +++ b/src/finiteVolume/fvMesh/wallDist/patchDistMethods/patchDistMethod/patchDistMethod.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2015-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2015-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -66,7 +66,7 @@ Foam::autoPtr Foam::patchDistMethod::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown patchDistMethodType type " + << "Unknown patchDistMethod type " << patchDistMethodType << endl << endl << "Valid patchDistMethod types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/src/lagrangian/parcel/submodels/Momentum/CollisionModel/CollisionModel/CollisionModelNew.C b/src/lagrangian/parcel/submodels/Momentum/CollisionModel/CollisionModel/CollisionModelNew.C index c14323bf91..66ebe09176 100644 --- a/src/lagrangian/parcel/submodels/Momentum/CollisionModel/CollisionModel/CollisionModelNew.C +++ b/src/lagrangian/parcel/submodels/Momentum/CollisionModel/CollisionModel/CollisionModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,7 +35,7 @@ Foam::CollisionModel::New CloudType& owner ) { - word modelType(dict.lookup("collisionModel")); + const word modelType(dict.lookup("collisionModel")); Info<< "Selecting collision model " << modelType << endl; @@ -45,10 +45,11 @@ Foam::CollisionModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown collision model type " << modelType - << ", constructor not in hash table" << nl << nl - << " Valid collision model types are:" << nl - << dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError); + << "Unknown collision model type " + << modelType << nl << nl + << "Valid collision model types are:" << nl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr>(cstrIter()(dict, owner)); diff --git a/src/lagrangian/parcel/submodels/Momentum/CollisionModel/PairCollision/PairModel/PairModel/PairModelNew.C b/src/lagrangian/parcel/submodels/Momentum/CollisionModel/PairCollision/PairModel/PairModel/PairModelNew.C index 919faa8a46..355049f83e 100644 --- a/src/lagrangian/parcel/submodels/Momentum/CollisionModel/PairCollision/PairModel/PairModel/PairModelNew.C +++ b/src/lagrangian/parcel/submodels/Momentum/CollisionModel/PairCollision/PairModel/PairModel/PairModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,21 +35,21 @@ Foam::PairModel::New CloudType& owner ) { - word PairModelType(dict.lookup("pairModel")); + const word pairModelType(dict.lookup("pairModel")); - Info<< "Selecting pair model " << PairModelType << endl; + Info<< "Selecting pair model " << pairModelType << endl; typename dictionaryConstructorTable::iterator cstrIter = - dictionaryConstructorTablePtr_->find(PairModelType); + dictionaryConstructorTablePtr_->find(pairModelType); if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction << "Unknown pair model type " - << PairModelType - << ", constructor not in hash table" << nl << nl - << " Valid pair model types are:" << nl - << dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError); + << pairModelType << nl << nl + << "Valid pair model types are:" << nl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr>(cstrIter()(dict, owner)); diff --git a/src/lagrangian/parcel/submodels/Momentum/CollisionModel/PairCollision/WallModel/WallModel/WallModelNew.C b/src/lagrangian/parcel/submodels/Momentum/CollisionModel/PairCollision/WallModel/WallModel/WallModelNew.C index 1b5ba59296..31fd1b1b2d 100644 --- a/src/lagrangian/parcel/submodels/Momentum/CollisionModel/PairCollision/WallModel/WallModel/WallModelNew.C +++ b/src/lagrangian/parcel/submodels/Momentum/CollisionModel/PairCollision/WallModel/WallModel/WallModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,20 +35,21 @@ Foam::WallModel::New CloudType& owner ) { - word WallModelType(dict.lookup("wallModel")); + const word wallModelType(dict.lookup("wallModel")); - Info<< "Selecting wall model " << WallModelType << endl; + Info<< "Selecting wall model " << wallModelType << endl; typename dictionaryConstructorTable::iterator cstrIter = - dictionaryConstructorTablePtr_->find(WallModelType); + dictionaryConstructorTablePtr_->find(wallModelType); if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown wall model type type " << WallModelType - << ", constructor not in hash table" << nl << nl - << " Valid wall model types are:" << nl - << dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError); + << "Unknown wall model type " + << wallModelType << nl << nl + << "Valid wall model types are:" << nl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr>(cstrIter()(dict, owner)); diff --git a/src/lagrangian/parcel/submodels/Momentum/InjectionModel/InjectionModel/InjectionModelNew.C b/src/lagrangian/parcel/submodels/Momentum/InjectionModel/InjectionModel/InjectionModelNew.C index 0b58eb4e83..525c688cf0 100644 --- a/src/lagrangian/parcel/submodels/Momentum/InjectionModel/InjectionModel/InjectionModelNew.C +++ b/src/lagrangian/parcel/submodels/Momentum/InjectionModel/InjectionModel/InjectionModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -48,7 +48,8 @@ Foam::InjectionModel::New << "Unknown injection model type " << modelType << nl << nl << "Valid injection model types are:" << nl - << dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError); + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr>(cstrIter()(dict, owner)); diff --git a/src/lagrangian/parcel/submodels/Momentum/ParticleForces/ParticleForce/ParticleForceNew.C b/src/lagrangian/parcel/submodels/Momentum/ParticleForces/ParticleForce/ParticleForceNew.C index 66605502c5..3507b2aec4 100644 --- a/src/lagrangian/parcel/submodels/Momentum/ParticleForces/ParticleForce/ParticleForceNew.C +++ b/src/lagrangian/parcel/submodels/Momentum/ParticleForces/ParticleForce/ParticleForceNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -38,6 +38,7 @@ Foam::ParticleForce::New ) { word forceType = name; + typename dictionaryConstructorTable::iterator cstrIter = dictionaryConstructorTablePtr_->find(forceType); @@ -53,9 +54,8 @@ Foam::ParticleForce::New { FatalErrorInFunction << "Unknown particle force type " - << forceType - << ", constructor not in hash table" << nl << nl - << " Valid particle force types are:" << nl + << forceType << nl << nl + << "Valid particle force types are:" << nl << dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError); } diff --git a/src/lagrangian/parcel/submodels/Momentum/StochasticCollision/StochasticCollisionModel/StochasticCollisionModelNew.C b/src/lagrangian/parcel/submodels/Momentum/StochasticCollision/StochasticCollisionModel/StochasticCollisionModelNew.C index 8f9528bcb9..31653e3e85 100644 --- a/src/lagrangian/parcel/submodels/Momentum/StochasticCollision/StochasticCollisionModel/StochasticCollisionModelNew.C +++ b/src/lagrangian/parcel/submodels/Momentum/StochasticCollision/StochasticCollisionModel/StochasticCollisionModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,7 +35,7 @@ Foam::StochasticCollisionModel::New CloudType& owner ) { - word modelType(dict.lookup("stochasticCollisionModel")); + const word modelType(dict.lookup("stochasticCollisionModel")); Info<< "Selecting stochastic collision model " << modelType << endl; @@ -45,10 +45,11 @@ Foam::StochasticCollisionModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown model type type " - << modelType << ", constructor not in hash table" << nl << nl - << " Valid model types are:" << nl - << dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError); + << "Unknown stochastic collision model type " + << modelType << nl << nl + << "Valid model types are:" << nl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr> diff --git a/src/lagrangian/parcel/submodels/Spray/AtomisationModel/AtomisationModel/AtomisationModelNew.C b/src/lagrangian/parcel/submodels/Spray/AtomisationModel/AtomisationModel/AtomisationModelNew.C index aee6c754e4..e9f648236a 100644 --- a/src/lagrangian/parcel/submodels/Spray/AtomisationModel/AtomisationModel/AtomisationModelNew.C +++ b/src/lagrangian/parcel/submodels/Spray/AtomisationModel/AtomisationModel/AtomisationModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,21 +35,21 @@ Foam::AtomisationModel::New CloudType& owner ) { - word AtomisationModelType(dict.lookup("atomisationModel")); + const word atomisationModelType(dict.lookup("atomisationModel")); - Info<< "Selecting AtomisationModel " << AtomisationModelType << endl; + Info<< "Selecting atomisation model " << atomisationModelType << endl; typename dictionaryConstructorTable::iterator cstrIter = - dictionaryConstructorTablePtr_->find(AtomisationModelType); + dictionaryConstructorTablePtr_->find(atomisationModelType); if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown AtomisationModelType type " - << AtomisationModelType - << ", constructor not in hash table" << nl << nl - << " Valid AtomisationModel types are:" << nl - << dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError); + << "Unknown atomisation model type " + << atomisationModelType << nl << nl + << "Valid atomisation model types are:" << nl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr>(cstrIter()(dict, owner)); diff --git a/src/lagrangian/parcel/submodels/Spray/BreakupModel/BreakupModel/BreakupModelNew.C b/src/lagrangian/parcel/submodels/Spray/BreakupModel/BreakupModel/BreakupModelNew.C index d33424546c..1d3cf28d3a 100644 --- a/src/lagrangian/parcel/submodels/Spray/BreakupModel/BreakupModel/BreakupModelNew.C +++ b/src/lagrangian/parcel/submodels/Spray/BreakupModel/BreakupModel/BreakupModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,21 +35,21 @@ Foam::BreakupModel::New CloudType& owner ) { - word BreakupModelType(dict.lookup("breakupModel")); + const word breakupModelType(dict.lookup("breakupModel")); - Info<< "Selecting BreakupModel " << BreakupModelType << endl; + Info<< "Selecting breakup model " << breakupModelType << endl; typename dictionaryConstructorTable::iterator cstrIter = - dictionaryConstructorTablePtr_->find(BreakupModelType); + dictionaryConstructorTablePtr_->find(breakupModelType); if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown BreakupModelType type " - << BreakupModelType - << ", constructor not in hash table" << nl << nl - << " Valid BreakupModel types are:" << nl - << dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError); + << "Unknown breakup model type " + << breakupModelType << nl << nl + << "Valid breakup model types are:" << nl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); } return autoPtr>(cstrIter()(dict, owner)); diff --git a/src/rigidBodyDynamics/rigidBodySolvers/rigidBodySolver/rigidBodySolverNew.C b/src/rigidBodyDynamics/rigidBodySolvers/rigidBodySolver/rigidBodySolverNew.C index 55799e0694..190d883425 100644 --- a/src/rigidBodyDynamics/rigidBodySolvers/rigidBodySolver/rigidBodySolverNew.C +++ b/src/rigidBodyDynamics/rigidBodySolvers/rigidBodySolver/rigidBodySolverNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2016-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2016-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -43,7 +43,7 @@ Foam::autoPtr Foam::RBD::rigidBodySolver::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown rigidBodySolverType type " + << "Unknown rigidBodySolver type " << rigidBodySolverType << endl << endl << "Valid rigidBodySolver types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/src/sixDoFRigidBodyMotion/sixDoFSolvers/sixDoFSolver/sixDoFSolverNew.C b/src/sixDoFRigidBodyMotion/sixDoFSolvers/sixDoFSolver/sixDoFSolverNew.C index 34eff172ef..00c5944398 100644 --- a/src/sixDoFRigidBodyMotion/sixDoFSolvers/sixDoFSolver/sixDoFSolverNew.C +++ b/src/sixDoFRigidBodyMotion/sixDoFSolvers/sixDoFSolver/sixDoFSolverNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2015-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2015-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -43,7 +43,7 @@ Foam::autoPtr Foam::sixDoFSolver::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown sixDoFSolverType type " + << "Unknown sixDoFSolver type " << sixDoFSolverType << endl << endl << "Valid sixDoFSolver types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/src/twoPhaseModels/interfaceProperties/contactAngleModels/contactAngleModel/contactAngleModelNew.C b/src/twoPhaseModels/interfaceProperties/contactAngleModels/contactAngleModel/contactAngleModelNew.C index 0de86c49c1..efcae3e78d 100644 --- a/src/twoPhaseModels/interfaceProperties/contactAngleModels/contactAngleModel/contactAngleModelNew.C +++ b/src/twoPhaseModels/interfaceProperties/contactAngleModels/contactAngleModel/contactAngleModelNew.C @@ -46,7 +46,7 @@ Foam::autoPtr Foam::contactAngleModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown contactAngleModelType type " + << "Unknown contactAngleModel type " << contactAngleModelType << endl << endl << "Valid contactAngleModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc() diff --git a/src/twoPhaseModels/interfaceProperties/surfaceTensionModels/surfaceTensionModel/surfaceTensionModelNew.C b/src/twoPhaseModels/interfaceProperties/surfaceTensionModels/surfaceTensionModel/surfaceTensionModelNew.C index 6027d7e928..93375f3905 100644 --- a/src/twoPhaseModels/interfaceProperties/surfaceTensionModels/surfaceTensionModel/surfaceTensionModelNew.C +++ b/src/twoPhaseModels/interfaceProperties/surfaceTensionModels/surfaceTensionModel/surfaceTensionModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2017-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2017-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -49,7 +49,7 @@ Foam::autoPtr Foam::surfaceTensionModel::New if (cstrIter == dictionaryConstructorTablePtr_->end()) { FatalErrorInFunction - << "Unknown surfaceTensionModelType type " + << "Unknown surfaceTensionModel type " << surfaceTensionModelType << endl << endl << "Valid surfaceTensionModel types are : " << endl << dictionaryConstructorTablePtr_->sortedToc()