Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
Henry
2011-11-22 17:55:13 +00:00
70 changed files with 1588 additions and 1021 deletions

View File

@ -38,7 +38,7 @@ boundaryField
left
{
type uniformFixedValue;
uniformValue (1 0 0);
uniformValue constant (1 0 0);
}
cylinder

View File

@ -22,7 +22,7 @@ oneD true;
sampleMode nearestPatchFace;
oneDPolyPatchType emptyPolyPatch; //wedgePolyPatch
oneDPolyPatchType empty; //wedge
extrudeModel linearNormal;

View File

@ -15,8 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//combustionModel infinitelyFastChemistry<psiCombustionModel,gasThermoPhysics>;
combustionModel FSD<psiCombustionModel,gasThermoPhysics>;
combustionModel infinitelyFastChemistry<psiCombustionModel,gasThermoPhysics>;
//combustionModel FSD<psiCombustionModel,gasThermoPhysics>;
active true;

View File

@ -43,7 +43,7 @@ boundaryField
inlet
{
type flowRateInletVelocity;
flowRate 0.1;
flowRate constant 0.1;
value uniform (0 0 0);
}
outlet

View File

@ -43,7 +43,7 @@ boundaryField
inlet
{
type flowRateInletVelocity;
flowRate 0.1;
flowRate constant 0.1;
value uniform (0 0 0);
}
outlet

View File

@ -43,7 +43,7 @@ boundaryField
inlet
{
type flowRateInletVelocity;
flowRate 0.1;
flowRate constant 0.1;
value uniform (0 0 0);
}
outlet

View File

@ -28,7 +28,7 @@ boundaryField
inlet
{
type flowRateInletVelocity;
flowRate 0.5; //0.75;
flowRate constant 0.5; //0.75;
value uniform (0 0 0);
}
outlet

View File

@ -43,7 +43,7 @@ boundaryField
inlet
{
type flowRateInletVelocity;
flowRate 0.1;
flowRate constant 0.1;
value uniform (0 0 0);
}
outlet

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application potentialFreeSurfaceFoam;
application potentialFreeSurfaceFoam;
startFrom startTime;

View File

@ -54,8 +54,8 @@ boundaryField
ground
{
type uniformFixedValue;
uniformValue (0 0 0);
value uniform (0 0 0);
uniformValue constant (0 0 0);
}
#include "include/sideAndTopPatches"

View File

@ -33,8 +33,8 @@ boundaryField
inlet
{
type uniformFixedValue;
uniformValue $turbulentKE;
value $turbulentKE;
uniformValue constant $turbulentKE;
}
"terrain_.*"
{

View File

@ -30,8 +30,8 @@ boundaryField
outlet
{
type uniformFixedValue;
value uniform $pressure;
uniformValue $pressure;
value $pressure;
uniformValue constant $pressure;
}
"terrain_.*"

View File

@ -25,7 +25,7 @@ cp system/decomposeParDict-4proc system/decomposeParDict
# Unset floating point trapping since creating processor directories
unset FOAM_SIGFPE
unset FOAM_SETNAN
runParallel redistributeMeshPar 4 -overwrite
runParallel redistributePar 4 -overwrite
runParallel renumberMesh 4 -overwrite
# Add wildcard entries for meshes patches since not preserved

View File

@ -32,13 +32,13 @@ boundaryField
inletCentral
{
type flowRateInletVelocity;
flowRate 0.00379;
flowRate constant 0.00379;
value uniform (0 14.68 0);
}
inletSides
{
type flowRateInletVelocity;
flowRate 0.00832;
flowRate constant 0.00832;
value uniform (0 17.79 0);
}
outlet

View File

@ -32,13 +32,13 @@ boundaryField
inletCentral
{
type flowRateInletVelocity;
flowRate 0.00379;
flowRate constant 0.00379;
value uniform (0 14.68 0);
}
inletSides
{
type flowRateInletVelocity;
flowRate 0.00832;
flowRate constant 0.00832;
value uniform (0 17.79 0);
}
outlet

View File

@ -32,13 +32,13 @@ boundaryField
inletCentral
{
type flowRateInletVelocity;
flowRate 0.00379;
flowRate constant 0.00379;
value uniform (0 14.68 0);
}
inletSides
{
type flowRateInletVelocity;
flowRate 0.00832;
flowRate constant 0.00832;
value uniform (0 17.79 0);
}
outlet

View File

@ -32,13 +32,13 @@ boundaryField
inletCentral
{
type flowRateInletVelocity;
flowRate 0.00379;
flowRate constant 0.00379;
value uniform (0 14.68 0);
}
inletSides
{
type flowRateInletVelocity;
flowRate 0.00832;
flowRate constant 0.00832;
value uniform (0 17.79 0);
}
outlet