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
ac64e72c
Commit
ac64e72c
authored
Jan 04, 2011
by
Andrew Heather
Browse files
Merge branch 'olesenm' of
ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
into olesenm
parents
b50395b8
060acc6e
Changes
249
Hide whitespace changes
Inline
Side-by-side
Allwmake
View file @
ac64e72c
...
...
@@ -8,6 +8,12 @@ wmakeCheckPwd "$WM_PROJECT_DIR" || {
exit
1
}
[
-n
"
$FOAM_EXT_LIBBIN
"
]
||
{
echo
"Error: FOAM_EXT_LIBBIN not set"
echo
" Check the OpenFOAM entries in your dot-files and source them."
exit
1
}
# wmake is required for subsequent targets
(
cd
wmake/src
&&
make
)
...
...
applications/Allwmake
View file @
ac64e72c
...
...
@@ -8,6 +8,12 @@ wmakeCheckPwd "$WM_PROJECT_DIR/applications" || {
exit
1
}
[
-n
"
$FOAM_EXT_LIBBIN
"
]
||
{
echo
"Error: FOAM_EXT_LIBBIN not set"
echo
" Check the OpenFOAM entries in your dot-files and source them."
exit
1
}
set
-x
wmake all utilities
...
...
applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.C
View file @
ac64e72c
...
...
@@ -34,8 +34,8 @@ namespace XiGModels
{
defineTypeNameAndDebug
(
basicSubGrid
,
0
);
addToRunTimeSelectionTable
(
XiGModel
,
basicSubGrid
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/PDRModels/dragModels/PDRDragModel/PDRDragModel.C
View file @
ac64e72c
...
...
@@ -31,7 +31,7 @@ namespace Foam
{
defineTypeNameAndDebug
(
PDRDragModel
,
0
);
defineRunTimeSelectionTable
(
PDRDragModel
,
dictionary
);
}
;
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/PDRModels/dragModels/basic/basic.C
View file @
ac64e72c
...
...
@@ -34,8 +34,8 @@ namespace PDRDragModels
{
defineTypeNameAndDebug
(
basic
,
0
);
addToRunTimeSelectionTable
(
PDRDragModel
,
basic
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.C
View file @
ac64e72c
...
...
@@ -34,8 +34,8 @@ namespace XiEqModels
{
defineTypeNameAndDebug
(
SCOPEBlend
,
0
);
addToRunTimeSelectionTable
(
XiEqModel
,
SCOPEBlend
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.C
View file @
ac64e72c
...
...
@@ -31,7 +31,7 @@ namespace Foam
{
defineTypeNameAndDebug
(
XiEqModel
,
0
);
defineRunTimeSelectionTable
(
XiEqModel
,
dictionary
);
}
;
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.C
View file @
ac64e72c
...
...
@@ -31,7 +31,7 @@ namespace Foam
{
defineTypeNameAndDebug
(
XiGModel
,
0
);
defineRunTimeSelectionTable
(
XiGModel
,
dictionary
);
}
;
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.C
View file @
ac64e72c
...
...
@@ -34,8 +34,8 @@ namespace XiGModels
{
defineTypeNameAndDebug
(
instabilityG
,
0
);
addToRunTimeSelectionTable
(
XiGModel
,
instabilityG
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.C
View file @
ac64e72c
...
...
@@ -31,7 +31,7 @@ namespace Foam
{
defineTypeNameAndDebug
(
XiModel
,
0
);
defineRunTimeSelectionTable
(
XiModel
,
dictionary
);
}
;
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.C
View file @
ac64e72c
...
...
@@ -34,8 +34,8 @@ namespace XiModels
{
defineTypeNameAndDebug
(
fixed
,
0
);
addToRunTimeSelectionTable
(
XiModel
,
fixed
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/fireFoam/combustionModels/infinitelyFastChemistry/infinitelyFastChemistry.C
View file @
ac64e72c
...
...
@@ -39,8 +39,8 @@ namespace combustionModels
infinitelyFastChemistry
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/fireFoam/combustionModels/noCombustion/noCombustion.C
View file @
ac64e72c
...
...
@@ -39,8 +39,8 @@ namespace combustionModels
noCombustion
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/compressible/rhoCentralFoam/BCs/T/smoluchowskiJumpTFvPatchScalarField.C
View file @
ac64e72c
...
...
@@ -217,7 +217,7 @@ void Foam::smoluchowskiJumpTFvPatchScalarField::write(Ostream& os) const
namespace
Foam
{
make
NonTemplated
PatchTypeField
makePatchTypeField
(
fvPatchScalarField
,
smoluchowskiJumpTFvPatchScalarField
...
...
applications/solvers/compressible/rhoCentralFoam/BCs/U/maxwellSlipUFvPatchVectorField.C
View file @
ac64e72c
...
...
@@ -198,7 +198,7 @@ void maxwellSlipUFvPatchVectorField::write(Ostream& os) const
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
make
NonTemplated
PatchTypeField
makePatchTypeField
(
fvPatchVectorField
,
maxwellSlipUFvPatchVectorField
...
...
applications/solvers/compressible/rhoCentralFoam/BCs/rho/fixedRhoFvPatchScalarField.C
View file @
ac64e72c
...
...
@@ -112,7 +112,7 @@ void fixedRhoFvPatchScalarField::updateCoeffs()
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
make
NonTemplated
PatchTypeField
makePatchTypeField
(
fvPatchScalarField
,
fixedRhoFvPatchScalarField
...
...
applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallHeatFluxTemperature/solidWallHeatFluxTemperatureFvPatchScalarField.C
View file @
ac64e72c
...
...
@@ -203,7 +203,7 @@ void Foam::solidWallHeatFluxTemperatureFvPatchScalarField::write
namespace
Foam
{
make
NonTemplated
PatchTypeField
makePatchTypeField
(
fvPatchScalarField
,
solidWallHeatFluxTemperatureFvPatchScalarField
...
...
applications/solvers/incompressible/adjointShapeOptimizationFoam/adjointOutletPressure/adjointOutletPressureFvPatchScalarField.C
View file @
ac64e72c
...
...
@@ -121,7 +121,7 @@ void Foam::adjointOutletPressureFvPatchScalarField::write(Ostream& os) const
namespace
Foam
{
make
NonTemplated
PatchTypeField
makePatchTypeField
(
fvPatchScalarField
,
adjointOutletPressureFvPatchScalarField
...
...
applications/solvers/incompressible/adjointShapeOptimizationFoam/adjointOutletVelocity/adjointOutletVelocityFvPatchVectorField.C
View file @
ac64e72c
...
...
@@ -119,7 +119,7 @@ void Foam::adjointOutletVelocityFvPatchVectorField::write(Ostream& os) const
namespace
Foam
{
make
NonTemplated
PatchTypeField
makePatchTypeField
(
fvPatchVectorField
,
adjointOutletVelocityFvPatchVectorField
...
...
applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/alphaContactAngle/alphaContactAngleFvPatchScalarField.C
View file @
ac64e72c
...
...
@@ -133,7 +133,7 @@ void alphaContactAngleFvPatchScalarField::write(Ostream& os) const
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
make
NonTemplated
PatchTypeField
makePatchTypeField
(
fvPatchScalarField
,
alphaContactAngleFvPatchScalarField
...
...
Prev
1
2
3
4
5
…
13
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