Changed the runtime-selection tables to output a sorted toc.

This commit is contained in:
henry
2009-08-06 18:01:28 +01:00
parent 7297ae0e23
commit 31c76da40f
119 changed files with 158 additions and 158 deletions

View File

@ -47,7 +47,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

@ -67,7 +67,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

@ -89,7 +89,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

@ -55,7 +55,7 @@ Foam::autoPtr<Foam::pointPatchField<Type> > Foam::pointPatchField<Type>::New
<< patchFieldType
<< endl << endl
<< "Valid patchField types are :" << endl
<< pointPatchConstructorTablePtr_->toc()
<< pointPatchConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -111,7 +111,7 @@ Foam::autoPtr<Foam::pointPatchField<Type> > Foam::pointPatchField<Type>::New
) << "Unknown patchField type " << patchFieldType
<< " for patch type " << p.type() << endl << endl
<< "Valid patchField types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
}
@ -182,7 +182,7 @@ Foam::autoPtr<Foam::pointPatchField<Type> > Foam::pointPatchField<Type>::New
) << "unknown patchTypefield type "
<< ptf.type() << endl << endl
<< "Valid patchField types are :" << endl
<< patchMapperConstructorTablePtr_->toc()
<< patchMapperConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -168,7 +168,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

@ -97,7 +97,7 @@ Foam::lduMatrix::preconditioner::New
) << "Unknown symmetric matrix preconditioner "
<< name << nl << nl
<< "Valid symmetric matrix preconditioners :" << endl
<< symMatrixConstructorTablePtr_->toc()
<< symMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -125,7 +125,7 @@ Foam::lduMatrix::preconditioner::New
) << "Unknown asymmetric matrix preconditioner "
<< name << nl << nl
<< "Valid asymmetric matrix preconditioners :" << endl
<< asymMatrixConstructorTablePtr_->toc()
<< asymMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View File

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

View File

@ -77,7 +77,7 @@ Foam::autoPtr<Foam::lduMatrix::solver> Foam::lduMatrix::solver::New
"lduMatrix::solver::New", solverControls
) << "Unknown symmetric matrix solver " << name << nl << nl
<< "Valid symmetric matrix solvers are :" << endl
<< symMatrixConstructorTablePtr_->toc()
<< symMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -106,7 +106,7 @@ Foam::autoPtr<Foam::lduMatrix::solver> Foam::lduMatrix::solver::New
"lduMatrix::solver::New", solverControls
) << "Unknown asymmetric matrix solver " << name << nl << nl
<< "Valid asymmetric matrix solvers are :" << endl
<< asymMatrixConstructorTablePtr_->toc()
<< asymMatrixConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View File

@ -124,9 +124,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

@ -48,7 +48,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

@ -52,7 +52,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

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

View File

@ -59,7 +59,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);
}
@ -107,7 +107,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

@ -62,7 +62,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

@ -62,7 +62,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

@ -62,7 +62,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

@ -142,7 +142,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

@ -64,7 +64,7 @@ Foam::autoPtr<Foam::decompositionMethod> Foam::decompositionMethod::New
) << "Unknown decompositionMethod "
<< decompositionMethodTypeName << endl << endl
<< "Valid decompositionMethods are : " << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -96,7 +96,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

@ -79,7 +79,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

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

View File

@ -107,7 +107,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

@ -64,7 +64,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

@ -69,7 +69,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

@ -76,7 +76,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 patchTypefield 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 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 @@ Foam::tmp<Foam::fvPatchField<Type> > Foam::fvPatchField<Type>::New
"const fvPatchFieldMapper&)"
) << "unknown patchTypefield type " << ptf.type() << endl << endl
<< "Valid patchField types are :" << endl
<< patchMapperConstructorTablePtr_->toc()
<< patchMapperConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -59,7 +59,7 @@ tmp<fvsPatchField<Type> > fvsPatchField<Type>::New
) << "Unknown patchTypefield type " << patchFieldType
<< endl << endl
<< "Valid patchField types are :" << endl
<< patchConstructorTablePtr_->toc()
<< patchConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -115,7 +115,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);
}
}
@ -183,7 +183,7 @@ tmp<fvsPatchField<Type> > fvsPatchField<Type>::New
"const fvPatchFieldMapper&)"
) << "unknown patchTypefield type " << ptf.type() << endl << endl
<< "Valid patchField types are :" << endl
<< patchMapperConstructorTablePtr_->toc()
<< patchMapperConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -79,7 +79,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);
}
@ -97,7 +97,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);
}
@ -136,7 +136,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);
}
@ -156,7 +156,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

@ -64,7 +64,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);
}
@ -81,7 +81,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

@ -62,7 +62,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);
}
@ -79,7 +79,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

@ -65,7 +65,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);
}
@ -82,7 +82,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

@ -63,7 +63,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);
}
@ -80,7 +80,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

@ -65,7 +65,7 @@ tmp<snGradScheme<Type> > snGradScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -83,7 +83,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

@ -50,7 +50,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

@ -50,7 +50,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

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

View File

@ -56,7 +56,7 @@ tmp<surfaceInterpolationScheme<Type> > surfaceInterpolationScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -83,7 +83,7 @@ tmp<surfaceInterpolationScheme<Type> > surfaceInterpolationScheme<Type>::New
) << "Unknown discretisation scheme " << schemeName
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -110,7 +110,7 @@ tmp<surfaceInterpolationScheme<Type> > surfaceInterpolationScheme<Type>::New
) << "Discretisation scheme not specified"
<< endl << endl
<< "Valid schemes are :" << endl
<< MeshConstructorTablePtr_->toc()
<< MeshConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -138,7 +138,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

@ -68,7 +68,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

@ -74,7 +74,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

@ -61,7 +61,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

@ -62,7 +62,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

@ -67,7 +67,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

@ -62,7 +62,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

@ -60,7 +60,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

@ -62,7 +62,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

@ -60,7 +60,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

@ -61,7 +61,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

@ -61,7 +61,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

@ -56,7 +56,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

@ -53,7 +53,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

@ -55,7 +55,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

@ -55,7 +55,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

@ -48,7 +48,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

@ -58,7 +58,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

@ -55,7 +55,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

@ -56,7 +56,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

@ -57,7 +57,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

@ -56,7 +56,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

@ -56,7 +56,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

@ -56,7 +56,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

@ -57,7 +57,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

@ -57,7 +57,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

@ -56,7 +56,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

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

View File

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

View File

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

View File

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

View File

@ -66,7 +66,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);
}
@ -102,7 +102,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

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

View File

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

View File

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

View File

@ -44,7 +44,7 @@ Foam::autoPtr<Foam::calcType> Foam::calcType::New
<< " unknown calcType type " << calcTypeName
<< ", constructor not in hash table" << nl << nl
<< " Valid calcType selections are: " << nl
<< dictionaryConstructorTablePtr_->toc() << nl
<< dictionaryConstructorTablePtr_->sortedToc() << nl
<< abort(FatalError);
}

View File

@ -430,7 +430,7 @@ Foam::autoPtr<Foam::sampledSet> Foam::sampledSet::New
) << "Unknown sample type " << sampleType
<< endl << endl
<< "Valid sample types : " << endl
<< wordConstructorTablePtr_->toc()
<< wordConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -49,7 +49,7 @@ Foam::autoPtr<Foam::writer<Type> > Foam::writer<Type>::New
) << "Unknown write type " << writeType
<< endl << endl
<< "Valid write types : " << endl
<< wordConstructorTablePtr_->toc()
<< wordConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -141,7 +141,7 @@ Foam::sampledSurface::New
) << "Unknown sample type " << sampleType
<< endl << endl
<< "Valid sample types : " << endl
<< wordConstructorTablePtr_->toc()
<< wordConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -77,7 +77,7 @@ Foam::surfaceWriter<Type>::New(const word& writeType)
"surfaceWriter::New(const word&)"
) << "Unknown write type \"" << writeType << "\"\n\n"
<< "Valid write types : "
<< wordConstructorTablePtr_->toc() << nl
<< wordConstructorTablePtr_->sortedToc() << nl
<< "Valid proxy types : "
<< MeshedSurfaceProxy<face>::writeTypes() << endl
<< exit(FatalError);

View File

@ -55,7 +55,7 @@ Foam::barotropicCompressibilityModel::New
) << "Unknown barotropicCompressibilityModel type "
<< bcModelTypeName << endl << endl
<< "Valid barotropicCompressibilityModels are : " << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -64,7 +64,7 @@ Foam::autoPtr<Foam::basicPsiThermo> Foam::basicPsiThermo::New
FatalErrorIn("basicPsiThermo::New(const fvMesh&)")
<< "Unknown basicPsiThermo type " << thermoTypeName << nl << nl
<< "Valid basicPsiThermo types are:" << nl
<< fvMeshConstructorTablePtr_->toc() << nl
<< fvMeshConstructorTablePtr_->sortedToc() << nl
<< exit(FatalError);
}

View File

@ -67,7 +67,7 @@ Foam::autoPtr<Foam::basicRhoThermo> Foam::basicRhoThermo::New
FatalErrorIn("basicRhoThermo::New(const fvMesh&)")
<< "Unknown basicRhoThermo type " << thermoTypeName << nl << nl
<< "Valid basicRhoThermo types are:" << nl
<< fvMeshConstructorTablePtr_->toc() << nl
<< fvMeshConstructorTablePtr_->sortedToc() << nl
<< exit(FatalError);
}

View File

@ -86,11 +86,11 @@ Foam::autoPtr<Foam::psiChemistryModel> Foam::psiChemistryModel::New
FatalErrorIn("psiChemistryModelBase::New(const mesh&)")
<< "Unknown psiChemistryModel type " << psiChemistryModelType
<< nl << nl << "Valid psiChemistryModel types are:" << nl
<< fvMeshConstructorTablePtr_->toc() << nl << exit(FatalError);
<< fvMeshConstructorTablePtr_->sortedToc() << nl << exit(FatalError);
}
else
{
wordList models = fvMeshConstructorTablePtr_->toc();
wordList models = fvMeshConstructorTablePtr_->sortedToc();
forAll(models, i)
{
models[i] = models[i].replace(typeName + ',', "");

View File

@ -86,11 +86,11 @@ Foam::autoPtr<Foam::rhoChemistryModel> Foam::rhoChemistryModel::New
FatalErrorIn("rhoChemistryModelBase::New(const mesh&)")
<< "Unknown rhoChemistryModel type " << rhoChemistryModelType
<< nl << nl << "Valid rhoChemistryModel types are:" << nl
<< fvMeshConstructorTablePtr_->toc() << nl << exit(FatalError);
<< fvMeshConstructorTablePtr_->sortedToc() << nl << exit(FatalError);
}
else
{
wordList models = fvMeshConstructorTablePtr_->toc();
wordList models = fvMeshConstructorTablePtr_->sortedToc();
forAll(models, i)
{
models[i] = models[i].replace(typeName + ',', "");

View File

@ -49,7 +49,7 @@ Foam::chemistrySolver<CompType, ThermoType>::New
if (cstrIter == dictionaryConstructorTablePtr_->end())
{
wordList models = dictionaryConstructorTablePtr_->toc();
wordList models = dictionaryConstructorTablePtr_->sortedToc();
forAll(models, i)
{
models[i] = models[i].replace

View File

@ -66,7 +66,7 @@ Foam::autoPtr<Foam::laminarFlameSpeed> Foam::laminarFlameSpeed::New
) << "Unknown laminarFlameSpeed type "
<< laminarFlameSpeedType << endl << endl
<< "Valid laminarFlameSpeed types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View File

@ -64,7 +64,7 @@ Foam::autoPtr<Foam::liquid> Foam::liquid::New(Istream& is)
<< "Unknown liquid type " << liquidType
<< nl << nl
<< "Valid liquid types are:" << nl
<< ConstructorTablePtr_->toc()
<< ConstructorTablePtr_->sortedToc()
<< abort(FatalError);
}
@ -81,7 +81,7 @@ Foam::autoPtr<Foam::liquid> Foam::liquid::New(Istream& is)
<< "Unknown liquid type " << liquidType
<< endl << endl
<< "Valid liquid types are:" << nl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< abort(FatalError);
}

View File

@ -46,7 +46,7 @@ Foam::autoPtr<Foam::pdf> Foam::pdf::New
FatalErrorIn("pdf::New(const dictionary&, Random&)")
<< "unknown pdf type " << pdfType << nl << nl
<< "Valid pdf types are:" << nl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

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

View File

@ -53,7 +53,7 @@ Foam::radiation::absorptionEmissionModel::New
<< absorptionEmissionModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid absorptionEmissionModel types are :" << nl
<< dictionaryConstructorTablePtr_->toc() << exit(FatalError);
<< dictionaryConstructorTablePtr_->sortedToc() << exit(FatalError);
}
return autoPtr<absorptionEmissionModel>(cstrIter()(dict, mesh));

View File

@ -51,7 +51,7 @@ Foam::autoPtr<Foam::radiation::scatterModel> Foam::radiation::scatterModel::New
<< scatterModelType
<< ", constructor not in hash table" << nl << nl
<< " Valid scatterModel types are :" << nl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -55,7 +55,7 @@ Foam::chemistryReader<ThermoType>::New
) << "Unknown chemistryReader type "
<< chemistryReaderTypeName << nl << nl
<< "Valid chemistryReaders are: " << nl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -67,7 +67,7 @@ Foam::autoPtr<Foam::hCombustionThermo> Foam::hCombustionThermo::New
<< "Unknown hCombustionThermo type "
<< hCombustionThermoTypeName << nl << nl
<< "Valid hCombustionThermo types are:" << nl
<< fvMeshConstructorTablePtr_->toc() << nl
<< fvMeshConstructorTablePtr_->sortedToc() << nl
<< exit(FatalError);
}
@ -103,7 +103,7 @@ Foam::autoPtr<Foam::hCombustionThermo> Foam::hCombustionThermo::NewType
if (hCombustionThermoTypeName.find(thermoType) == string::npos)
{
wordList allModels = fvMeshConstructorTablePtr_->toc();
wordList allModels = fvMeshConstructorTablePtr_->sortedToc();
DynamicList<word> validModels;
forAll(allModels, i)
{
@ -140,7 +140,7 @@ Foam::autoPtr<Foam::hCombustionThermo> Foam::hCombustionThermo::NewType
<< "Unknown hCombustionThermo type "
<< hCombustionThermoTypeName << nl << nl
<< "Valid hCombustionThermo types are:" << nl
<< fvMeshConstructorTablePtr_->toc() << nl
<< fvMeshConstructorTablePtr_->sortedToc() << nl
<< exit(FatalError);
}

View File

@ -69,7 +69,7 @@ autoPtr<hhuCombustionThermo> hhuCombustionThermo::New(const fvMesh& mesh)
<< "Unknown hhuCombustionThermo type "
<< hhuCombustionThermoTypeName << endl << endl
<< "Valid hhuCombustionThermo types are :" << endl
<< fvMeshConstructorTablePtr_->toc()
<< fvMeshConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -67,7 +67,7 @@ Foam::autoPtr<Foam::hReactionThermo> Foam::hReactionThermo::New
<< "Unknown hReactionThermo type "
<< hReactionThermoTypeName << nl << nl
<< "Valid hReactionThermo types are:" << nl
<< fvMeshConstructorTablePtr_->toc() << nl
<< fvMeshConstructorTablePtr_->sortedToc() << nl
<< exit(FatalError);
}
@ -103,7 +103,7 @@ Foam::autoPtr<Foam::hReactionThermo> Foam::hReactionThermo::NewType
if (hReactionThermoTypeName.find(thermoType) == string::npos)
{
wordList allModels = fvMeshConstructorTablePtr_->toc();
wordList allModels = fvMeshConstructorTablePtr_->sortedToc();
DynamicList<word> validModels;
forAll(allModels, i)
{
@ -140,7 +140,7 @@ Foam::autoPtr<Foam::hReactionThermo> Foam::hReactionThermo::NewType
<< "Unknown hReactionThermo type "
<< hReactionThermoTypeName << nl << nl
<< "Valid hReactionThermo types are:" << nl
<< fvMeshConstructorTablePtr_->toc() << nl
<< fvMeshConstructorTablePtr_->sortedToc() << nl
<< exit(FatalError);
}

View File

@ -51,7 +51,7 @@ Foam::autoPtr<Foam::solid> Foam::solid::New(Istream& is)
FatalErrorIn("solid::New(Istream&)")
<< "Unknown solid type " << solidType << nl << nl
<< "Valid solid types are:" << endl
<< ConstructorTablePtr_->toc()
<< ConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}
@ -67,7 +67,7 @@ Foam::autoPtr<Foam::solid> Foam::solid::New(Istream& is)
FatalErrorIn("solid::New(Istream&)")
<< "Unknown solid type " << solidType << nl << nl
<< "Valid solid types are:" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -228,7 +228,7 @@ autoPtr<Reaction<ReactionThermo> > Reaction<ReactionThermo>::New
is
) << "Reaction type not specified" << endl << endl
<< "Valid Reaction types are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}
@ -246,7 +246,7 @@ autoPtr<Reaction<ReactionThermo> > Reaction<ReactionThermo>::New
is
) << "Unknown reaction type " << reactionTypeName << endl << endl
<< "Valid reaction types are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< exit(FatalIOError);
}

View File

@ -62,7 +62,7 @@ autoPtr<thermophysicalFunction> thermophysicalFunction::New(Istream& is)
<< thermophysicalFunctionType
<< endl << endl
<< "Valid thermophysicalFunction types are :" << endl
<< IstreamConstructorTablePtr_->toc()
<< IstreamConstructorTablePtr_->sortedToc()
<< abort(FatalError);
}

View File

@ -60,7 +60,7 @@ autoPtr<viscosityModel> viscosityModel::New
) << "Unknown viscosityModel type "
<< viscosityModelTypeName << endl << endl
<< "Valid viscosityModels are : " << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -80,7 +80,7 @@ autoPtr<LESdelta> LESdelta::New
"LESdelta::New(const fvMesh&, const dictionary&)"
) << "Unknown LESdelta type " << deltaType << endl << endl
<< "Valid LESdelta types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

View File

@ -59,7 +59,7 @@ autoPtr<LESfilter> LESfilter::New
"LESfilter::New(const fvMesh&, const dictionary&)"
) << "Unknown LESfilter type " << filterType << endl << endl
<< "Valid LESfilter types are :" << endl
<< dictionaryConstructorTablePtr_->toc()
<< dictionaryConstructorTablePtr_->sortedToc()
<< exit(FatalError);
}

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