User the sortedToc on every runtime-selection table known to man

This commit is contained in:
Bernhard F.W. Gschaider 2014-05-27 15:54:52 +02:00
parent 7aaa5958f6
commit c5268194fe
147 changed files with 208 additions and 208 deletions

View file

@ -51,7 +51,7 @@ Foam::autoPtr<Foam::ODESolver> Foam::ODESolver::New
) << "Unknown ODESolver type "
<< ODESolverTypeName << endl << endl
<< "Valid ODESolvers are : " << endl
<< ODEConstructorTablePtr_->toc()
<< ODEConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -65,7 +65,7 @@ Foam::autoPtr<Foam::PODODE> Foam::PODODE::New
) << "Unknown PODODE type "
<< PODTypeName << endl << endl
<< "Valid POD ODEs are : " << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -145,7 +145,7 @@ Foam::autoPtr<Foam::ensightPart> Foam::ensightPart::New(Istream& is)
is
) << "unknown ensightPart type " << partType << endl << endl
<< "Valid ensightPart types are :" << endl
<< istreamConstructorTablePtr_->toc()
<< istreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -109,7 +109,7 @@ Foam::autoPtr<Foam::coupledLduPrecon> Foam::coupledLduPrecon::New
) << "Unknown matrix preconditioner " << preconName
<< endl << endl
<< "Valid matrix preconditioners are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -108,7 +108,7 @@ Foam::autoPtr<Foam::coupledLduSmoother> Foam::coupledLduSmoother::New
) << "Unknown matrix smoother " << smootherName
<< endl << endl
<< "Valid matrix smoothers are :" << endl
<< wordConstructorTablePtr_->toc()
<< wordConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -104,7 +104,7 @@ autoPtr<coupledLduSolver> coupledLduSolver::New
) << "Unknown symmetric matrix solver " << solverName
<< endl << endl
<< "Valid symmetric matrix solvers are :" << endl
<< symMatrixConstructorTablePtr_->toc()
<< symMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -143,7 +143,7 @@ autoPtr<coupledLduSolver> coupledLduSolver::New
) << "Unknown asymmetric matrix solver " << solverName
<< endl << endl
<< "Valid asymmetric matrix solvers are :" << endl
<< asymMatrixConstructorTablePtr_->toc()
<< asymMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -395,7 +395,7 @@ Foam::autoPtr<Foam::decompositionMethod> Foam::decompositionMethod::New
) << "Unknown decompositionMethod "
<< decompositionMethodTypeName << endl << endl
<< "Valid decompositionMethods are : " << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -429,7 +429,7 @@ Foam::autoPtr<Foam::decompositionMethod> Foam::decompositionMethod::New
) << "Unknown decompositionMethod "
<< decompositionMethodTypeName << endl << endl
<< "Valid decompositionMethods are : " << endl
<< dictionaryMeshConstructorTablePtr_->toc()
<< dictionaryMeshConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -95,7 +95,7 @@ Foam::autoPtr<Foam::dynamicFvMesh> Foam::dynamicFvMesh::New(const IOobject& io)
) << "Unknown dynamicFvMesh type " << dynamicFvMeshTypeName
<< endl << endl
<< "Valid dynamicFvMesh types are :" << endl
<< IOobjectConstructorTablePtr_->toc()
<< IOobjectConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -65,7 +65,7 @@ autoPtr<ePatch> ePatch::New
) << "Unknown ePatch type " << patchType << " for patch " << name
<< endl << endl
<< "Valid ePatch types are :" << endl
<< wordConstructorTablePtr_->toc()
<< wordConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -102,7 +102,7 @@ autoPtr<ePatch> ePatch::New
dict
) << "Unknown ePatch type " << patchType << endl << endl
<< "Valid ePatch types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -90,7 +90,7 @@ autoPtr<fluxCorrector> fluxCorrector::New
) << "Unknown fluxCorrector type " << correctorTypeName
<< endl << endl
<< "Valid fluxCorrector types are: " << endl
<< meshConstructorTablePtr_->toc()
<< meshConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -61,7 +61,7 @@ autoPtr<cellLooper> cellLooper::New
) << "Unknown set type " << type
<< endl << endl
<< "Valid cellLooper types : " << endl
<< wordConstructorTablePtr_->toc()
<< wordConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -106,7 +106,7 @@ Foam::autoPtr<Foam::motionSolver> Foam::motionSolver::New(const polyMesh& mesh)
) << "Unknown solver type " << solverTypeName
<< endl << endl
<< "Valid solver types are: " << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -68,7 +68,7 @@ autoPtr<polyMeshModifier> polyMeshModifier::New
dict
) << "Unknown polyMeshModifier type " << patchType << endl << endl
<< "Valid polyMeshModifier types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -67,7 +67,7 @@ Foam::autoPtr<Foam::motionDiffusivity> Foam::motionDiffusivity::New
) << "Unknown diffusion type " << diffTypeName
<< endl << endl
<< "Valid diffusion types are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -54,7 +54,7 @@ Foam::autoPtr<Foam::solidBodyMotionFunction> Foam::solidBodyMotionFunction::New
) << "Unknown solidBodyMotionFunction type "
<< solidBodyMotionFunctionTypeName << endl << endl
<< "Valid solidBodyMotionFunctions are : " << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -62,7 +62,7 @@ Foam::autoPtr<Foam::motionDiff> Foam::motionDiff::New
) << "Unknown diffusivity type " << diffTypeName
<< endl << endl
<< "Valid diffusivity types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -68,7 +68,7 @@ Foam::autoPtr<Foam::engineMesh> Foam::engineMesh::New
) << "Unknown engineMesh type " << engineMeshTypeName
<< endl << endl
<< "Valid engineMesh types are :" << endl
<< IOobjectConstructorTablePtr_->toc()
<< IOobjectConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -68,7 +68,7 @@ Foam::autoPtr<Foam::engineTopoChangerMesh> Foam::engineTopoChangerMesh::New
) << "Unknown engineTopoChangerMesh type " << engineTopoChangerMeshTypeName
<< endl << endl
<< "Valid engineTopoChangerMesh types are :" << endl
<< IOobjectConstructorTablePtr_->toc()
<< IOobjectConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -64,7 +64,7 @@ autoPtr<faPatch> faPatch::New
dict
) << "Unknown faPatch type " << patchType << endl << endl
<< "Valid faPatch types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -56,7 +56,7 @@ tmp<faPatchField<Type> > faPatchField<Type>::New
) << "Unknown patchTypefield type " << patchFieldType
<< endl << endl
<< "Valid patchField types are :" << endl
<< patchConstructorTablePtr_->toc()
<< patchConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -112,7 +112,7 @@ tmp<faPatchField<Type> > faPatchField<Type>::New
) << "Unknown patchField type " << patchFieldType
<< " for patch type " << p.type() << endl << endl
<< "Valid patchField types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
}
@ -171,7 +171,7 @@ tmp<faPatchField<Type> > faPatchField<Type>::New
"const faPatchFieldMapper&)"
) << "unknown patchTypefield type " << ptf.type() << endl << endl
<< "Valid patchField types are :" << endl
<< patchMapperConstructorTablePtr_->toc()
<< patchMapperConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -58,7 +58,7 @@ tmp<faePatchField<Type> > faePatchField<Type>::New
) << "Unknown patchTypefield type " << patchFieldType
<< endl << endl
<< "Valid patchField types are :" << endl
<< patchConstructorTablePtr_->toc()
<< patchConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -116,7 +116,7 @@ tmp<faePatchField<Type> > faePatchField<Type>::New
) << "Unknown patchField type " << patchFieldType
<< " for patch type " << p.type() << endl << endl
<< "Valid patchField types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
}
@ -178,7 +178,7 @@ tmp<faePatchField<Type> > faePatchField<Type>::New
"const faPatchFieldMapper&)"
) << "unknown patchTypefield type " << ptf.type() << endl << endl
<< "Valid patchField types are :" << endl
<< patchMapperConstructorTablePtr_->toc()
<< patchMapperConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -68,7 +68,7 @@ tmp<convectionScheme<Type> > convectionScheme<Type>::New
schemeData
) << "Convection scheme not specified" << endl << endl
<< "Valid convection schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -86,7 +86,7 @@ tmp<convectionScheme<Type> > convectionScheme<Type>::New
schemeData
) << "unknown convection scheme " << schemeName << endl << endl
<< "Valid convection schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -63,7 +63,7 @@ tmp<faDdtScheme<Type> > faDdtScheme<Type>::New
schemeData
) << "Ddt scheme not specified" << endl << endl
<< "Valid ddt schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -80,7 +80,7 @@ tmp<faDdtScheme<Type> > faDdtScheme<Type>::New
schemeData
) << "unknown ddt scheme " << schemeName << endl << endl
<< "Valid ddt schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -64,7 +64,7 @@ tmp<divScheme<Type> > divScheme<Type>::New
schemeData
) << "Div scheme not specified" << endl << endl
<< "Valid div schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -81,7 +81,7 @@ tmp<divScheme<Type> > divScheme<Type>::New
schemeData
) << "unknown div scheme " << schemeName << endl << endl
<< "Valid div schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -63,7 +63,7 @@ tmp<gradScheme<Type> > gradScheme<Type>::New
schemeData
) << "Grad scheme not specified" << endl << endl
<< "Valid grad schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -80,7 +80,7 @@ tmp<gradScheme<Type> > gradScheme<Type>::New
schemeData
) << "unknown grad scheme " << schemeName << endl << endl
<< "Valid grad schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -64,7 +64,7 @@ tmp<laplacianScheme<Type> > laplacianScheme<Type>::New
schemeData
) << "Laplacian scheme not specified" << endl << endl
<< "Valid laplacian schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -81,7 +81,7 @@ tmp<laplacianScheme<Type> > laplacianScheme<Type>::New
schemeData
) << "unknown laplacian scheme " << schemeName << endl << endl
<< "Valid laplacian schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -67,7 +67,7 @@ tmp<lnGradScheme<Type> > lnGradScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -85,7 +85,7 @@ tmp<lnGradScheme<Type> > lnGradScheme<Type>::New
) << "Unknown discretisation scheme " << schemeName
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -64,7 +64,7 @@ tmp<edgeInterpolationScheme<Type> > edgeInterpolationScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -82,7 +82,7 @@ tmp<edgeInterpolationScheme<Type> > edgeInterpolationScheme<Type>::New
) << "Unknown discretisation scheme " << schemeName
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -117,7 +117,7 @@ tmp<edgeInterpolationScheme<Type> > edgeInterpolationScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -136,7 +136,7 @@ tmp<edgeInterpolationScheme<Type> > edgeInterpolationScheme<Type>::New
) << "Unknown discretisation scheme " << schemeName
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshFluxConstructorTablePtr_->toc()
<< MeshFluxConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -75,7 +75,7 @@ autoPtr<SRFModel> SRFModel::New
) << "Unknown SRFModel type " << SRFModelTypeName
<< nl << nl
<< "Valid SRFModel types are :" << nl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -54,7 +54,7 @@ Foam::tmp<Foam::fvPatchField<Type> > Foam::fvPatchField<Type>::New
) << "Unknown patch field type " << patchFieldType
<< endl << endl
<< "Valid patchField types are :" << endl
<< patchConstructorTablePtr_->toc()
<< patchConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -111,7 +111,7 @@ Foam::tmp<Foam::fvPatchField<Type> > Foam::fvPatchField<Type>::New
) << "Unknown patch field type " << patchFieldType
<< " for patch type " << p.type() << endl << endl
<< "Valid patch field types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
}
@ -179,7 +179,7 @@ Foam::tmp<Foam::fvPatchField<Type> > Foam::fvPatchField<Type>::New
"const fvPatchFieldMapper&)"
) << "unknown patch field type " << ptf.type() << endl << endl
<< "Valid patchField types are :" << endl
<< patchMapperConstructorTablePtr_->toc()
<< patchMapperConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -60,7 +60,7 @@ tmp<fvsPatchField<Type> > fvsPatchField<Type>::New
) << "Unknown patch field type " << patchFieldType
<< endl << endl
<< "Valid patchField types are :" << endl
<< patchConstructorTablePtr_->toc()
<< patchConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
}
@ -122,7 +122,7 @@ tmp<fvsPatchField<Type> > fvsPatchField<Type>::New
) << "Unknown patchField type " << patchFieldType
<< " for patch type " << p.type() << endl << endl
<< "Valid patchField types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
}
@ -192,7 +192,7 @@ tmp<fvsPatchField<Type> > fvsPatchField<Type>::New
"const fvPatchFieldMapper&)"
) << "unknown patch field type " << ptf.type() << endl << endl
<< "Valid patchField types are :" << endl
<< patchMapperConstructorTablePtr_->toc()
<< patchMapperConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -78,7 +78,7 @@ tmp<adjConvectionScheme<Type> > adjConvectionScheme<Type>::New
schemeData
) << "AdjConvection scheme not specified" << endl << endl
<< "Valid adjConvection schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -96,7 +96,7 @@ tmp<adjConvectionScheme<Type> > adjConvectionScheme<Type>::New
schemeData
) << "unknown adjConvection scheme " << schemeName << endl << endl
<< "Valid adjConvection schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -78,7 +78,7 @@ tmp<convectionScheme<Type> > convectionScheme<Type>::New
schemeData
) << "Convection scheme not specified" << endl << endl
<< "Valid convection schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -96,7 +96,7 @@ tmp<convectionScheme<Type> > convectionScheme<Type>::New
schemeData
) << "unknown convection scheme " << schemeName << endl << endl
<< "Valid convection schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -135,7 +135,7 @@ tmp<convectionScheme<Type> > convectionScheme<Type>::New
schemeData
) << "Convection scheme not specified" << endl << endl
<< "Valid convection schemes are :" << endl
<< MultivariateConstructorTablePtr_->toc()
<< MultivariateConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -155,7 +155,7 @@ tmp<convectionScheme<Type> > convectionScheme<Type>::New
schemeData
) << "unknown convection scheme " << schemeName << endl << endl
<< "Valid convection schemes are :" << endl
<< MultivariateConstructorTablePtr_->toc()
<< MultivariateConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -63,7 +63,7 @@ tmp<d2dt2Scheme<Type> > d2dt2Scheme<Type>::New
schemeData
) << "D2dt2 scheme not specified" << endl << endl
<< "Valid d2dt2 schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -80,7 +80,7 @@ tmp<d2dt2Scheme<Type> > d2dt2Scheme<Type>::New
schemeData
) << "unknown d2dt2 scheme " << schemeName << endl << endl
<< "Valid d2dt2 schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -61,7 +61,7 @@ tmp<ddtScheme<Type> > ddtScheme<Type>::New
schemeData
) << "Ddt scheme not specified" << endl << endl
<< "Valid ddt schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -78,7 +78,7 @@ tmp<ddtScheme<Type> > ddtScheme<Type>::New
schemeData
) << "unknown ddt scheme " << schemeName << endl << endl
<< "Valid ddt schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -64,7 +64,7 @@ tmp<divScheme<Type> > divScheme<Type>::New
schemeData
) << "Div scheme not specified" << endl << endl
<< "Valid div schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -81,7 +81,7 @@ tmp<divScheme<Type> > divScheme<Type>::New
schemeData
) << "unknown div scheme " << schemeName << endl << endl
<< "Valid div schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -64,7 +64,7 @@ tmp<gradScheme<Type> > gradScheme<Type>::New
schemeData
) << "Grad scheme not specified" << endl << endl
<< "Valid grad schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -81,7 +81,7 @@ tmp<gradScheme<Type> > gradScheme<Type>::New
schemeData
) << "unknown grad scheme " << schemeName << endl << endl
<< "Valid grad schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -62,7 +62,7 @@ tmp<laplacianScheme<Type, GType> > laplacianScheme<Type, GType>::New
schemeData
) << "Laplacian scheme not specified" << endl << endl
<< "Valid laplacian schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -79,7 +79,7 @@ tmp<laplacianScheme<Type, GType> > laplacianScheme<Type, GType>::New
schemeData
) << "unknown laplacian scheme " << schemeName << endl << endl
<< "Valid laplacian schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -64,7 +64,7 @@ tmp<snGradScheme<Type> > snGradScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -82,7 +82,7 @@ tmp<snGradScheme<Type> > snGradScheme<Type>::New
) << "Unknown discretisation scheme " << schemeName
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -49,7 +49,7 @@ Foam::autoPtr<Foam::fvPatch> Foam::fvPatch::New
FatalErrorIn("fvPatch::New(const polyPatch&, const fvBoundaryMesh&)")
<< "Unknown fvPatch type " << patch.type() << ".\n"
<< "Valid fvPatch types are :"
<< polyPatchConstructorTablePtr_->toc()
<< polyPatchConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -49,7 +49,7 @@ Foam::interpolation<Type>::New
) << "Unknown interpolation type " << interpolationType
<< " for field " << psi.name() << nl << nl
<< "Valid interpolation types : " << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -62,7 +62,7 @@ limitedSurfaceInterpolationScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -81,7 +81,7 @@ limitedSurfaceInterpolationScheme<Type>::New
) << "Unknown discretisation scheme " << schemeName
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -117,7 +117,7 @@ limitedSurfaceInterpolationScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -136,7 +136,7 @@ limitedSurfaceInterpolationScheme<Type>::New
) << "Unknown discretisation scheme " << schemeName
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshFluxConstructorTablePtr_->toc()
<< MeshFluxConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -91,7 +91,7 @@ multivariateSurfaceInterpolationScheme<Type>::New
schemeData
) << "unknown discretisation scheme " << schemeName << endl << endl
<< "Valid schemes are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -55,7 +55,7 @@ tmp<surfaceInterpolationScheme<Type> > surfaceInterpolationScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -82,7 +82,7 @@ tmp<surfaceInterpolationScheme<Type> > surfaceInterpolationScheme<Type>::New
) << "Unknown discretisation scheme " << schemeName
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -109,7 +109,7 @@ tmp<surfaceInterpolationScheme<Type> > surfaceInterpolationScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -137,7 +137,7 @@ tmp<surfaceInterpolationScheme<Type> > surfaceInterpolationScheme<Type>::New
) << "Unknown discretisation scheme " << schemeName
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshFluxConstructorTablePtr_->toc()
<< MeshFluxConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -186,7 +186,7 @@ Foam::autoPtr<Foam::coordinateRotation> Foam::coordinateRotation::New
<< rotType << nl << nl
<< "Valid coordinateRotation types are :" << nl
<< "[default: axes " << typeName_() << "]"
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -65,7 +65,7 @@ Foam::autoPtr<Foam::coordinateSystem> Foam::coordinateSystem::New
) << "Unknown coordinateSystem type " << coordType << nl << nl
<< "Valid coordinateSystem types are :" << nl
<< "[default: " << typeName_() << "]"
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -101,7 +101,7 @@ Foam::autoPtr<Foam::coordinateSystem> Foam::coordinateSystem::New
"constructing coordinateSystem"
) << "Unknown coordinateSystem type " << coordType << nl << nl
<< "Valid coordinateSystem types are :" << nl
<< origRotationConstructorTablePtr_->toc()
<< origRotationConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -66,7 +66,7 @@ Foam::autoPtr<Foam::token::compound> Foam::token::compound::New
FatalErrorIn("token::compound::New(const word&, Istream&)")
<< "Unknown compound type " << compoundType << nl << nl
<< "Valid compound types:" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< abort(FatalError);
}

View file

@ -88,7 +88,7 @@ Foam::autoPtr<Foam::functionObject> Foam::functionObject::New
) << "Unknown function type "
<< functionType << nl << nl
<< "Valid functions are : " << nl
<< dictionaryConstructorTablePtr_->toc() << endl
<< dictionaryConstructorTablePtr_->sortedToc() << endl
<< exit(FatalError);
}

View file

@ -77,7 +77,7 @@ PointPatchField<PatchField, Mesh, PointPatch, MatrixType, Type>::New
<< patchFieldType
<< endl << endl
<< "Valid patchField types are :" << endl
<< PointPatchConstructorTablePtr_->toc()
<< PointPatchConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
}
@ -149,7 +149,7 @@ PointPatchField<PatchField, Mesh, PointPatch, MatrixType, Type>::New
) << "unknown patchTypefield type "
<< ptf.type() << endl << endl
<< "Valid patchField types are :" << endl
<< patchMapperConstructorTablePtr_->toc()
<< patchMapperConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
}
@ -220,7 +220,7 @@ PointPatchField<PatchField, Mesh, PointPatch, MatrixType, Type>::New
) << "Unknown patchField type " << patchFieldType
<< " for patch type " << p.type() << endl << endl
<< "Valid patchField types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
}

View file

@ -167,7 +167,7 @@ autoPtr<graph::writer> graph::writer::New(const word& graphFormat)
) << "Unknown graph format " << graphFormat
<< endl << endl
<< "Valid graph formats are : " << endl
<< wordConstructorTablePtr_->toc()
<< wordConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -56,7 +56,7 @@ autoPtr<RBFFunction> RBFFunction::New
) << "Unknown RBFFunction type "
<< type << endl << endl
<< "Valid RBFFunctions are : " << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -57,7 +57,7 @@ Foam::autoPtr<Foam::BlockAmgPolicy<Type> > Foam::BlockAmgPolicy<Type>::New
) << "Unknown AMG policy " << policyType
<< endl << endl
<< "Valid AMG policies are :" << endl
<< matrixConstructorTablePtr_->toc()
<< matrixConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -49,7 +49,7 @@ Foam::autoPtr<Foam::BlockGAMGInterfaceField<Type> > Foam::BlockGAMGInterfaceFiel
"const BlockLduInterfaceField<Type>& fineInterface)"
) << "Unknown BlockGAMGInterfaceField type " << coupleType << ".\n"
<< "Valid BlockGAMGInterfaceField types are :"
<< lduInterfaceConstructorTablePtr_->toc()
<< lduInterfaceConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -83,7 +83,7 @@ Foam::autoPtr<Foam::BlockLduPrecon<Type> > Foam::BlockLduPrecon<Type>::New
) << "Unknown matrix preconditioner " << preconName
<< endl << endl
<< "Valid matrix preconditioners are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -75,7 +75,7 @@ Foam::autoPtr<Foam::BlockLduSmoother<Type> > Foam::BlockLduSmoother<Type>::New
) << "Unknown matrix smoother " << smootherName
<< endl << endl
<< "Valid matrix smoothers are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -197,7 +197,7 @@ Foam::BlockLduSolver<Type>::New
) << "Unknown symmetric matrix solver " << solverName
<< endl << endl
<< "Valid symmetric matrix solvers are :" << endl
<< symMatrixConstructorTablePtr_->toc()
<< symMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -245,7 +245,7 @@ Foam::BlockLduSolver<Type>::New
) << "Unknown asymmetric matrix solver " << solverName
<< endl << endl
<< "Valid asymmetric matrix solvers are :" << endl
<< asymMatrixConstructorTablePtr_->toc()
<< asymMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -104,7 +104,7 @@ Foam::lduPreconditioner::New
) << "Unknown symmetric matrix preconditioner "
<< preconName << endl << endl
<< "Valid symmetric matrix preconditioners are :" << endl
<< symMatrixConstructorTablePtr_->toc()
<< symMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -141,7 +141,7 @@ Foam::lduPreconditioner::New
) << "Unknown asymmetric matrix preconditioner "
<< preconName << endl << endl
<< "Valid asymmetric matrix preconditioners are :" << endl
<< asymMatrixConstructorTablePtr_->toc()
<< asymMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -104,7 +104,7 @@ Foam::autoPtr<Foam::lduMatrix::smoother> Foam::lduMatrix::smoother::New
) << "Unknown symmetric matrix smoother " << smootherName
<< endl << endl
<< "Valid symmetric matrix smoothers are :" << endl
<< symMatrixConstructorTablePtr_->toc()
<< symMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -140,7 +140,7 @@ Foam::autoPtr<Foam::lduMatrix::smoother> Foam::lduMatrix::smoother::New
) << "Unknown asymmetric matrix smoother " << smootherName
<< endl << endl
<< "Valid asymmetric matrix smoothers are :" << endl
<< asymMatrixConstructorTablePtr_->toc()
<< asymMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -79,7 +79,7 @@ Foam::autoPtr<Foam::lduMatrix::solver> Foam::lduMatrix::solver::New
"lduSolver::New", dict
) << "Unknown symmetric matrix solver " << solverName << nl << nl
<< "Valid symmetric matrix solvers are :" << endl
<< symMatrixConstructorTablePtr_->toc()
<< symMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -110,7 +110,7 @@ Foam::autoPtr<Foam::lduMatrix::solver> Foam::lduMatrix::solver::New
"lduSolver::New", dict
) << "Unknown asymmetric matrix solver " << solverName << nl
<< "Valid asymmetric matrix solvers are :" << endl
<< asymMatrixConstructorTablePtr_->toc()
<< asymMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -123,9 +123,9 @@ const Foam::GAMGAgglomeration& Foam::GAMGAgglomeration::New
) << "Unknown GAMGAgglomeration type "
<< agglomeratorType << ".\n"
<< "Valid algebraic GAMGAgglomeration types are :"
<< lduMatrixConstructorTablePtr_->toc() << endl
<< lduMatrixConstructorTablePtr_->sortedToc() << endl
<< "Valid algebraic GAMGAgglomeration types are :"
<< lduMeshConstructorTablePtr_->toc()
<< lduMeshConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -47,7 +47,7 @@ Foam::autoPtr<Foam::GAMGInterfaceField> Foam::GAMGInterfaceField::New
"const lduInterfaceField& fineInterface)"
) << "Unknown GAMGInterfaceField type " << coupleType << ".\n"
<< "Valid GAMGInterfaceField types are :"
<< lduInterfaceConstructorTablePtr_->toc()
<< lduInterfaceConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -53,7 +53,7 @@ Foam::autoPtr<Foam::GAMGInterface> Foam::GAMGInterface::New
"const labelField& neighbourRestrictAddressing)"
) << "Unknown GAMGInterface type " << coupleType << ".\n"
<< "Valid GAMGInterface types are :"
<< lduInterfaceConstructorTablePtr_->toc()
<< lduInterfaceConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -59,7 +59,7 @@ autoPtr<facePointPatch> facePointPatch::New
<< patch.type()
<< endl << endl
<< "Valid facePointPatch types are :" << endl
<< polyPatchConstructorTablePtr_->toc()
<< polyPatchConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -58,7 +58,7 @@ Foam::autoPtr<Foam::polyPatch> Foam::polyPatch::New
) << "Unknown polyPatch type " << patchType << " for patch " << name
<< endl << endl
<< "Valid polyPatch types are :" << endl
<< wordConstructorTablePtr_->toc()
<< wordConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -106,7 +106,7 @@ Foam::autoPtr<Foam::polyPatch> Foam::polyPatch::New
<< " for patch " << name
<< endl << endl
<< "Valid polyPatch types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
}

View file

@ -61,7 +61,7 @@ Foam::autoPtr<Foam::cellZone> Foam::cellZone::New
dict
) << "Unknown cellZone type " << zoneType << endl << endl
<< "Valid cellZone types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -61,7 +61,7 @@ Foam::autoPtr<Foam::faceZone> Foam::faceZone::New
dict
) << "Unknown faceZone type " << zoneType << endl << endl
<< "Valid faceZone types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -61,7 +61,7 @@ Foam::autoPtr<Foam::pointZone> Foam::pointZone::New
dict
) << "Unknown pointZone type " << zoneType << endl << endl
<< "Valid pointZone types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -71,7 +71,7 @@ Foam::BlockCoeffNorm<Type>::New
) << "Unknown norm " << normName
<< endl << endl
<< "Valid matrix norms are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View file

@ -73,7 +73,7 @@ Foam::autoPtr<Foam::injectorType> Foam::injectorType::New
<< injectorTypeName
<< ", constructor not in hash table" << endl << endl
<< " Valid injector types are :" << endl;
Info<< dictionaryConstructorTablePtr_->toc() << abort(FatalError);
Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError);
}
return autoPtr<injectorType>(cstrIter()(t, dict));

View file

@ -60,7 +60,7 @@ autoPtr<atomizationModel> atomizationModel::New
<< atomizationModelType
<< ", constructor not in hash table" << endl << endl
<< " Valid atomizationModel types are :" << endl;
Info<< dictionaryConstructorTablePtr_->toc() << abort(FatalError);
Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError);
}
return autoPtr<atomizationModel>(cstrIter()(dict, sm));

View file

@ -61,7 +61,7 @@ autoPtr<breakupModel> breakupModel::New
<< breakupModelType
<< ", constructor not in hash table" << endl << endl
<< " Valid breakupModel types are :" << endl;
Info<< dictionaryConstructorTablePtr_->toc() << abort(FatalError);
Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError);
}
return autoPtr<breakupModel>(cstrIter()(dict, sm));

View file

@ -66,7 +66,7 @@ autoPtr<collisionModel> collisionModel::New
<< ", constructor not in hash table" << endl << endl
<< " Valid collisionModel types are :"
<< endl;
Info<< dictionaryConstructorTablePtr_->toc()
Info<< dictionaryConstructorTablePtr_->sortedToc()
<< abort(FatalError);
}

View file

@ -61,7 +61,7 @@ autoPtr<dispersionModel> dispersionModel::New
<< dispersionModelType
<< ", constructor not in hash table" << endl << endl
<< " Valid dispersionModel types are :" << endl;
Info<< dictionaryConstructorTablePtr_->toc() << abort(FatalError);
Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError);
}
return autoPtr<dispersionModel>(cstrIter()(dict, sm));

View file

@ -59,7 +59,7 @@ autoPtr<dragModel> dragModel::New
<< dragModelType
<< ", constructor not in hash table" << endl << endl
<< " Valid dragModel types are :" << endl;
Info<< dictionaryConstructorTablePtr_->toc() << abort(FatalError);
Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError);
}
return autoPtr<dragModel>(cstrIter()(dict));

View file

@ -61,7 +61,7 @@ autoPtr<evaporationModel> evaporationModel::New
<< evaporationModelType
<< ", constructor not in hash table" << endl << endl
<< " Valid evaporationModel types are :" << endl;
Info<< dictionaryConstructorTablePtr_->toc() << abort(FatalError);
Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError);
}
return autoPtr<evaporationModel>(cstrIter()(dict));

View file

@ -59,7 +59,7 @@ autoPtr<heatTransferModel> heatTransferModel::New
<< heatTransferModelType
<< ", constructor not in hash table" << endl << endl
<< " Valid heatTransferModel types are :" << endl;
Info<< dictionaryConstructorTablePtr_->toc() << abort(FatalError);
Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError);
}
return autoPtr<heatTransferModel>(cstrIter()(dict));

View file

@ -60,7 +60,7 @@ autoPtr<injectorModel> injectorModel::New
<< injectorModelType
<< ", constructor not in hash table" << endl << endl
<< " Valid injectorModel types are :" << endl;
Info<< dictionaryConstructorTablePtr_->toc() << abort(FatalError);
Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError);
}
return autoPtr<injectorModel>(cstrIter()(dict, sm));

View file

@ -60,7 +60,7 @@ autoPtr<wallModel> wallModel::New
<< wallModelType
<< ", constructor not in hash table" << endl << endl
<< " Valid wallModel types are :" << endl;
Info<< dictionaryConstructorTablePtr_->toc() << abort(FatalError);
Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError);
}
return autoPtr<wallModel>(cstrIter()(dict, U, sm));

View file

@ -55,7 +55,7 @@ Foam::BinaryCollisionModel<CloudType>::New
<< BinaryCollisionModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid BinaryCollisionModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<BinaryCollisionModel<CloudType> >

View file

@ -52,7 +52,7 @@ Foam::InflowBoundaryModel<CloudType>::New
<< InflowBoundaryModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid InflowBoundaryModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<InflowBoundaryModel<CloudType> >(cstrIter()(dict, owner));

View file

@ -54,7 +54,7 @@ Foam::WallInteractionModel<CloudType>::New
<< WallInteractionModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid WallInteractionModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<WallInteractionModel<CloudType> >(cstrIter()(dict, owner));

View file

@ -54,7 +54,7 @@ Foam::IntegrationScheme<Type>::New
) << "Unknown IntegrationScheme type "
<< IntegrationSchemeTypeName << nl << nl
<< "Valid IntegrationScheme types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << nl
<< dictionaryConstructorTablePtr_->sortedToc() << nl
<< exit(FatalError);
}

View file

@ -47,7 +47,7 @@ Foam::autoPtr<Foam::DataEntry<Type> > Foam::DataEntry<Type>::New
<< "Unknown DataEntry type " << DataEntryType << " for DataEntry "
<< entryName << ". Constructor not in hash table" << nl << nl
<< " Valid DataEntry types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << nl
<< dictionaryConstructorTablePtr_->sortedToc() << nl
<< exit(FatalError);
}

View file

@ -55,7 +55,7 @@ Foam::DispersionModel<CloudType>::New
<< DispersionModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid DispersionModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<DispersionModel<CloudType> >(cstrIter()(dict, owner));

View file

@ -54,7 +54,7 @@ Foam::autoPtr<Foam::DragModel<CloudType> > Foam::DragModel<CloudType>::New
<< DragModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid DragModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -55,7 +55,7 @@ Foam::InjectionModel<CloudType>::New
<< InjectionModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid InjectionModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<InjectionModel<CloudType> >(cstrIter()(dict, owner));

View file

@ -56,7 +56,7 @@ Foam::PatchInteractionModel<CloudType>::New
<< PatchInteractionModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid PatchInteractionModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<PatchInteractionModel<CloudType> >(cstrIter()(dict, owner));

View file

@ -55,7 +55,7 @@ Foam::PostProcessingModel<CloudType>::New
<< PostProcessingModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid PostProcessingModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<PostProcessingModel<CloudType> >(cstrIter()(dict, owner));

View file

@ -55,7 +55,7 @@ Foam::CompositionModel<CloudType>::New
<< CompositionModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid CompositionModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << nl
<< dictionaryConstructorTablePtr_->sortedToc() << nl
<< exit(FatalError);
}

View file

@ -55,7 +55,7 @@ Foam::PhaseChangeModel<CloudType>::New
<< PhaseChangeModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid PhaseChangeModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<PhaseChangeModel<CloudType> >(cstrIter()(dict, owner));

View file

@ -56,7 +56,7 @@ Foam::DevolatilisationModel<CloudType>::New
<< DevolatilisationModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid DevolatilisationModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<DevolatilisationModel<CloudType> >(cstrIter()(dict, owner));

View file

@ -56,7 +56,7 @@ Foam::SurfaceReactionModel<CloudType>::New
<< SurfaceReactionModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid SurfaceReactionModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<SurfaceReactionModel<CloudType> >(cstrIter()(dict, owner));

View file

@ -55,7 +55,7 @@ Foam::HeatTransferModel<CloudType>::New
<< HeatTransferModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid HeatTransferModel types are:" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<HeatTransferModel<CloudType> >(cstrIter()(dict, owner));

View file

@ -59,7 +59,7 @@ autoPtr<energyScalingFunction> energyScalingFunction::New
) << "Unknown energyScalingFunction type "
<< energyScalingFunctionTypeName << nl << nl
<< "Valid energyScalingFunctions are: " << nl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -55,7 +55,7 @@ autoPtr<pairPotential> pairPotential::New
) << "Unknown pairPotential type "
<< pairPotentialTypeName << nl << nl
<< "Valid pairPotentials are: " << nl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -59,7 +59,7 @@ autoPtr<tetherPotential> tetherPotential::New
) << "Unknown tetherPotential type "
<< tetherPotentialTypeName << nl << nl
<< "Valid tetherPotentials are: " << nl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -74,7 +74,7 @@ Foam::autoPtr<Foam::amgPolicy> Foam::amgPolicy::New
) << "Unknown AMG policy " << policyType
<< endl << endl
<< "Valid AMG policies are :" << endl
<< matrixConstructorTablePtr_->toc()
<< matrixConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -56,7 +56,7 @@ autoPtr<searchableSurface> searchableSurface::New
) << "Unknown searchableSurface type " << searchableSurfaceType
<< endl << endl
<< "Valid searchableSurface types : " << endl
<< dictConstructorTablePtr_->toc()
<< dictConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -57,7 +57,7 @@ autoPtr<topoSetSource> topoSetSource::New
) << "Unknown topoSetSource type " << topoSetSourceType
<< endl << endl
<< "Valid topoSetSource types : " << endl
<< wordConstructorTablePtr_->toc()
<< wordConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -86,7 +86,7 @@ autoPtr<topoSetSource> topoSetSource::New
) << "Unknown topoSetSource type " << topoSetSourceType
<< endl << endl
<< "Valid topoSetSource types : " << endl
<< istreamConstructorTablePtr_->toc()
<< istreamConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View file

@ -63,7 +63,7 @@ autoPtr<topoSet> topoSet::New
) << "Unknown set type " << setType
<< endl << endl
<< "Valid set types : " << endl
<< wordConstructorTablePtr_->toc()
<< wordConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -93,7 +93,7 @@ autoPtr<topoSet> topoSet::New
) << "Unknown set type " << setType
<< endl << endl
<< "Valid set types : " << endl
<< sizeConstructorTablePtr_->toc()
<< sizeConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -122,7 +122,7 @@ autoPtr<topoSet> topoSet::New
) << "Unknown set type " << set.type()
<< endl << endl
<< "Valid set types : " << endl
<< setConstructorTablePtr_->toc()
<< setConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

Some files were not shown because too many files have changed in this diff Show more