Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
31c76da4
Commit
31c76da4
authored
Aug 06, 2009
by
henry
Browse files
Changed the runtime-selection tables to output a sorted toc.
parent
7297ae0e
Changes
119
Hide whitespace changes
Inline
Side-by-side
applications/solvers/combustion/PDRFoam/PDRModels/dragModels/PDRDragModel/newPDRDragModel.C
View file @
31c76da4
...
...
@@ -52,7 +52,7 @@ Foam::autoPtr<Foam::PDRDragModel> Foam::PDRDragModel::New
)
<<
"Unknown PDRDragModel type "
<<
PDRDragModelTypeName
<<
endl
<<
endl
<<
"Valid PDRDragModels are : "
<<
endl
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalError
);
}
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/newXiEqModel.C
View file @
31c76da4
...
...
@@ -56,7 +56,7 @@ Foam::autoPtr<Foam::XiEqModel> Foam::XiEqModel::New
)
<<
"Unknown XiEqModel type "
<<
XiEqModelTypeName
<<
endl
<<
endl
<<
"Valid XiEqModels are : "
<<
endl
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalError
);
}
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/newXiGModel.C
View file @
31c76da4
...
...
@@ -56,7 +56,7 @@ Foam::autoPtr<Foam::XiGModel> Foam::XiGModel::New
)
<<
"Unknown XiGModel type "
<<
XiGModelTypeName
<<
endl
<<
endl
<<
"Valid XiGModels are : "
<<
endl
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalError
);
}
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiModel/newXiModel.C
View file @
31c76da4
...
...
@@ -54,7 +54,7 @@ Foam::autoPtr<Foam::XiModel> Foam::XiModel::New
)
<<
"Unknown XiModel type "
<<
XiModelTypeName
<<
endl
<<
endl
<<
"Valid XiModels are : "
<<
endl
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalError
);
}
...
...
applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/phaseChangeTwoPhaseMixture/newPhaseChangeTwoPhaseMixture.C
View file @
31c76da4
...
...
@@ -70,7 +70,7 @@ Foam::phaseChangeTwoPhaseMixture::New
)
<<
"Unknown phaseChangeTwoPhaseMixture type "
<<
phaseChangeTwoPhaseMixtureTypeName
<<
endl
<<
endl
<<
"Valid phaseChangeTwoPhaseMixtures are : "
<<
endl
<<
componentsConstructorTablePtr_
->
t
oc
()
<<
componentsConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalError
);
}
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/dragModel/newDragModel.C
View file @
31c76da4
...
...
@@ -57,7 +57,7 @@ Foam::autoPtr<Foam::dragModel> Foam::dragModel::New
<<
dragModelType
<<
", constructor not in hash table"
<<
endl
<<
endl
<<
" Valid dragModel types are : "
<<
endl
;
Info
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
abort
(
FatalError
);
Info
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
abort
(
FatalError
);
}
return
cstrIter
()(
interfaceDict
,
alpha
,
phasea
,
phaseb
);
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/newConductivityModel.C
View file @
31c76da4
...
...
@@ -49,7 +49,7 @@ Foam::autoPtr<Foam::conductivityModel> Foam::conductivityModel::New
<<
conductivityModelType
<<
", constructor not in hash table"
<<
endl
<<
endl
<<
" Valid conductivityModelType types are :"
<<
endl
;
Info
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
abort
(
FatalError
);
Info
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
abort
(
FatalError
);
}
return
autoPtr
<
conductivityModel
>
(
cstrIter
()(
dict
));
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/newFrictionalStressModel.C
View file @
31c76da4
...
...
@@ -49,7 +49,7 @@ Foam::autoPtr<Foam::frictionalStressModel> Foam::frictionalStressModel::New
<<
frictionalStressModelType
<<
", constructor not in hash table"
<<
endl
<<
endl
<<
" Valid frictionalStressModelType types are :"
<<
endl
;
Info
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
abort
(
FatalError
);
Info
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
abort
(
FatalError
);
}
return
autoPtr
<
frictionalStressModel
>
(
cstrIter
()(
dict
));
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/newGranularPressureModel.C
View file @
31c76da4
...
...
@@ -49,7 +49,7 @@ Foam::autoPtr<Foam::granularPressureModel> Foam::granularPressureModel::New
<<
granularPressureModelType
<<
", constructor not in hash table"
<<
endl
<<
endl
<<
" Valid granularPressureModelType types are :"
<<
endl
;
Info
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
abort
(
FatalError
);
Info
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
abort
(
FatalError
);
}
return
autoPtr
<
granularPressureModel
>
(
cstrIter
()(
dict
));
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/newRadialModel.C
View file @
31c76da4
...
...
@@ -49,7 +49,7 @@ Foam::autoPtr<Foam::radialModel> Foam::radialModel::New
<<
radialModelType
<<
", constructor not in hash table"
<<
endl
<<
endl
<<
" Valid radialModelType types are :"
<<
endl
;
Info
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
abort
(
FatalError
);
Info
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
abort
(
FatalError
);
}
return
autoPtr
<
radialModel
>
(
cstrIter
()(
dict
));
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/newViscosityModel.C
View file @
31c76da4
...
...
@@ -50,7 +50,7 @@ Foam::kineticTheoryModels::viscosityModel::New
<<
viscosityModelType
<<
", constructor not in hash table"
<<
endl
<<
endl
<<
" Valid viscosityModelType types are :"
<<
endl
;
Info
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
abort
(
FatalError
);
Info
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
abort
(
FatalError
);
}
return
autoPtr
<
viscosityModel
>
(
cstrIter
()(
dict
));
...
...
applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.C
View file @
31c76da4
...
...
@@ -107,7 +107,7 @@ autoPtr<curvedEdge> curvedEdge::New(const pointField& points, Istream& is)
FatalErrorIn
(
"curvedEdge::New(const pointField&, Istream&)"
)
<<
"Unknown curvedEdge type "
<<
curvedEdgeType
<<
endl
<<
endl
<<
"Valid curvedEdge types are"
<<
endl
<<
IstreamConstructorTablePtr_
->
t
oc
()
<<
IstreamConstructorTablePtr_
->
sortedT
oc
()
<<
abort
(
FatalError
);
}
...
...
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/extrudeModel/newExtrudeModel.C
View file @
31c76da4
...
...
@@ -47,7 +47,7 @@ Foam::autoPtr<Foam::extrudeModel> Foam::extrudeModel::New
<<
extrudeModelType
<<
", constructor not in hash table"
<<
nl
<<
nl
<<
" Valid extrudeModel types are :"
<<
nl
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
nl
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
nl
<<
exit
(
FatalError
);
}
...
...
src/ODE/ODESolvers/ODESolver/newODESolver.C
View file @
31c76da4
...
...
@@ -47,7 +47,7 @@ Foam::autoPtr<Foam::ODESolver> Foam::ODESolver::New
)
<<
"Unknown ODESolver type "
<<
ODESolverTypeName
<<
endl
<<
endl
<<
"Valid ODESolvers are : "
<<
endl
<<
ODEConstructorTablePtr_
->
t
oc
()
<<
ODEConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalError
);
}
...
...
src/OpenFOAM/db/IOstreams/token/token.C
View file @
31c76da4
...
...
@@ -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_
->
t
oc
()
<<
IstreamConstructorTablePtr_
->
sortedT
oc
()
<<
abort
(
FatalError
);
}
...
...
src/OpenFOAM/db/functionObjects/functionObject/functionObject.C
View file @
31c76da4
...
...
@@ -89,7 +89,7 @@ Foam::autoPtr<Foam::functionObject> Foam::functionObject::New
)
<<
"Unknown function type "
<<
functionType
<<
nl
<<
nl
<<
"Valid functions are : "
<<
nl
<<
dictionaryConstructorTablePtr_
->
t
oc
()
<<
endl
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
endl
<<
exit
(
FatalError
);
}
...
...
src/OpenFOAM/fields/pointPatchFields/pointPatchField/newPointPatchField.C
View file @
31c76da4
...
...
@@ -55,7 +55,7 @@ Foam::autoPtr<Foam::pointPatchField<Type> > Foam::pointPatchField<Type>::New
<<
patchFieldType
<<
endl
<<
endl
<<
"Valid patchField types are :"
<<
endl
<<
pointPatchConstructorTablePtr_
->
t
oc
()
<<
pointPatchConstructorTablePtr_
->
sortedT
oc
()
<<
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_
->
t
oc
()
<<
dictionaryConstructorTablePtr_
->
sortedT
oc
()
<<
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_
->
t
oc
()
<<
patchMapperConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalError
);
}
...
...
src/OpenFOAM/graph/graph.C
View file @
31c76da4
...
...
@@ -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_
->
t
oc
()
<<
wordConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalError
);
}
...
...
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixPreconditioner.C
View file @
31c76da4
...
...
@@ -97,7 +97,7 @@ Foam::lduMatrix::preconditioner::New
)
<<
"Unknown symmetric matrix preconditioner "
<<
name
<<
nl
<<
nl
<<
"Valid symmetric matrix preconditioners :"
<<
endl
<<
symMatrixConstructorTablePtr_
->
t
oc
()
<<
symMatrixConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalIOError
);
}
...
...
@@ -125,7 +125,7 @@ Foam::lduMatrix::preconditioner::New
)
<<
"Unknown asymmetric matrix preconditioner "
<<
name
<<
nl
<<
nl
<<
"Valid asymmetric matrix preconditioners :"
<<
endl
<<
asymMatrixConstructorTablePtr_
->
t
oc
()
<<
asymMatrixConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalIOError
);
}
...
...
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSmoother.C
View file @
31c76da4
...
...
@@ -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_
->
t
oc
()
<<
symMatrixConstructorTablePtr_
->
sortedT
oc
()
<<
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_
->
t
oc
()
<<
asymMatrixConstructorTablePtr_
->
sortedT
oc
()
<<
exit
(
FatalIOError
);
}
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment