Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
henry
2009-07-07 22:57:30 +01:00
242 changed files with 10142 additions and 4511 deletions

View File

@ -5,11 +5,11 @@
application="mdEquilibrationFoam"
# cd periodicCubeArgon
# runApplication blockMesh
# runApplication mdInitialise
# runApplication $application
# cd ..
cd periodicCubeArgon
runApplication blockMesh
runApplication mdInitialise
runApplication $application
cd ..
cd periodicCubeWater
runApplication blockMesh

View File

@ -14,6 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
equilibrationTargetTemperature 300.0;
targetTemperature 300.0;
// ************************************************************************* //
// ************************************************************************* //

View File

@ -20,7 +20,7 @@ startTime 0;
stopAt endTime;
endTime 1e-10;
endTime 5e-12;
deltaT 1e-15;

View File

@ -27,7 +27,7 @@ FoamFile
sectionA
{
massDensity 980;
massDensity 1004;
temperature 298;
bulkVelocity (0.0 0.0 0.0);
latticeIds
@ -46,7 +46,7 @@ sectionA
sectionB
{
massDensity 980;
massDensity 1004;
temperature 298;
bulkVelocity (0.0 0.0 0.0);
latticeIds
@ -65,7 +65,7 @@ sectionB
sectionC
{
massDensity 980;
massDensity 1004;
temperature 298;
bulkVelocity (0.0 0.0 0.0);
latticeIds

View File

@ -80,9 +80,7 @@ particleForces
{
gravity on;
virtualMass off;
Cvm 0.5;
pressureGradient off;
gradU gradU;
}
ManualInjectionCoeffs

View File

@ -66,9 +66,7 @@ particleForces
{
gravity on;
virtualMass off;
Cvm 0.5;
pressureGradient off;
gradU gradU;
}
ManualInjectionCoeffs

View File

@ -32,7 +32,7 @@ liquidComponents
H2O H2O defaultCoeffs;
solidFuelComponents
solidComponents
(
C
ash

View File

@ -3,6 +3,7 @@ set -x
# remove old cell sets
rm -rf constant/polyMesh/sets
foamClearPolyMesh
# remove old time folders
rm -rf 0 *[1-9]*

View File

@ -15,6 +15,7 @@ setSet -batch system/sets.setSet >& log.setSet1
setsToZones -noFlipMap >& log.setsToZones
# create the first cyclic - lhs of porous zone
unset FOAM_SETNAN
createBaffles cycLeft cycLeft -overwrite >& log.createBaffles1
# create the second cyclic - rhs of porous zone

View File

@ -74,9 +74,7 @@ particleForces
{
gravity on;
virtualMass off;
Cvm 0.5;
pressureGradient off;
gradU gradU;
}
ManualInjectionCoeffs

View File

@ -29,7 +29,7 @@ liquidComponents
);
H2O H2O defaultCoeffs;
solidFuelComponents
solidComponents
(
);

View File

@ -19,7 +19,7 @@ numberOfSubdomains 4;
method metis;
preservePatches
preserveFaceZones
(
cycLeft
cycRight
@ -39,9 +39,7 @@ hierarchicalCoeffs
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
{}
manualCoeffs
{

View File

@ -131,6 +131,13 @@ PISO
// nUCorrectors 2;
}
additional
{
dpdt true;
hWork true;
eWork true;
}
relaxationFactors
{
/*

View File

@ -74,9 +74,7 @@ particleForces
{
gravity on;
virtualMass off;
Cvm 0.5;
pressureGradient off;
gradU gradU;
}
ManualInjectionCoeffs

View File

@ -23,9 +23,13 @@ foamChemistryFile "$FOAM_CASE/chemkin/foam.inp";
foamChemistryThermoFile "$FOAM_CASE/chemkin/foam.dat";
liquidComponents ( H2O );
liquidComponents
(
H2O
);
solidFuelComponents ( );
solidComponents
();
inertSpecie N2;

View File

@ -54,9 +54,7 @@ particleForces
{
gravity on;
virtualMass off;
Cvm 0.5;
pressureGradient off;
gradU gradU;
}
ManualInjectionCoeffs

View File

@ -66,9 +66,7 @@ particleForces
{
gravity on;
virtualMass off;
Cvm 0.5;
pressureGradient off;
gradU gradU;
}
ManualInjectionCoeffs