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
c80a5643
Commit
c80a5643
authored
Jan 04, 2011
by
Andrew Heather
Browse files
Merge branch 'olesenm'
parents
7a6cfda2
ac64e72c
Changes
235
Hide whitespace changes
Inline
Side-by-side
Allwmake
View file @
c80a5643
...
...
@@ -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 @
c80a5643
...
...
@@ -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 @
c80a5643
...
...
@@ -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 @
c80a5643
...
...
@@ -31,7 +31,7 @@ namespace Foam
{
defineTypeNameAndDebug
(
PDRDragModel
,
0
);
defineRunTimeSelectionTable
(
PDRDragModel
,
dictionary
);
}
;
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/PDRModels/dragModels/basic/basic.C
View file @
c80a5643
...
...
@@ -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 @
c80a5643
...
...
@@ -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 @
c80a5643
...
...
@@ -31,7 +31,7 @@ namespace Foam
{
defineTypeNameAndDebug
(
XiEqModel
,
0
);
defineRunTimeSelectionTable
(
XiEqModel
,
dictionary
);
}
;
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.C
View file @
c80a5643
...
...
@@ -31,7 +31,7 @@ namespace Foam
{
defineTypeNameAndDebug
(
XiGModel
,
0
);
defineRunTimeSelectionTable
(
XiGModel
,
dictionary
);
}
;
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.C
View file @
c80a5643
...
...
@@ -34,8 +34,8 @@ namespace XiGModels
{
defineTypeNameAndDebug
(
instabilityG
,
0
);
addToRunTimeSelectionTable
(
XiGModel
,
instabilityG
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.C
View file @
c80a5643
...
...
@@ -31,7 +31,7 @@ namespace Foam
{
defineTypeNameAndDebug
(
XiModel
,
0
);
defineRunTimeSelectionTable
(
XiModel
,
dictionary
);
}
;
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.C
View file @
c80a5643
...
...
@@ -34,8 +34,8 @@ namespace XiModels
{
defineTypeNameAndDebug
(
fixed
,
0
);
addToRunTimeSelectionTable
(
XiModel
,
fixed
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/fireFoam/combustionModels/infinitelyFastChemistry/infinitelyFastChemistry.C
View file @
c80a5643
...
...
@@ -39,8 +39,8 @@ namespace combustionModels
infinitelyFastChemistry
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/combustion/fireFoam/combustionModels/noCombustion/noCombustion.C
View file @
c80a5643
...
...
@@ -39,8 +39,8 @@ namespace combustionModels
noCombustion
,
dictionary
);
}
;
}
;
}
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
applications/solvers/compressible/rhoCentralFoam/BCs/T/smoluchowskiJumpTFvPatchScalarField.C
View file @
c80a5643
...
...
@@ -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 @
c80a5643
...
...
@@ -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 @
c80a5643
...
...
@@ -112,7 +112,7 @@ void fixedRhoFvPatchScalarField::updateCoeffs()
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
make
NonTemplated
PatchTypeField
makePatchTypeField
(
fvPatchScalarField
,
fixedRhoFvPatchScalarField
...
...
applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallHeatFluxTemperature/solidWallHeatFluxTemperatureFvPatchScalarField.C
View file @
c80a5643
...
...
@@ -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 @
c80a5643
...
...
@@ -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 @
c80a5643
...
...
@@ -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 @
c80a5643
...
...
@@ -133,7 +133,7 @@ void alphaContactAngleFvPatchScalarField::write(Ostream& os) const
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
make
NonTemplated
PatchTypeField
makePatchTypeField
(
fvPatchScalarField
,
alphaContactAngleFvPatchScalarField
...
...
Prev
1
2
3
4
5
…
12
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