mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -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
|
||||
|
||||
@ -14,6 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
equilibrationTargetTemperature 300.0;
|
||||
targetTemperature 300.0;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -20,7 +20,7 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 1e-10;
|
||||
endTime 5e-12;
|
||||
|
||||
deltaT 1e-15;
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -80,9 +80,7 @@ particleForces
|
||||
{
|
||||
gravity on;
|
||||
virtualMass off;
|
||||
Cvm 0.5;
|
||||
pressureGradient off;
|
||||
gradU gradU;
|
||||
}
|
||||
|
||||
ManualInjectionCoeffs
|
||||
|
||||
@ -66,9 +66,7 @@ particleForces
|
||||
{
|
||||
gravity on;
|
||||
virtualMass off;
|
||||
Cvm 0.5;
|
||||
pressureGradient off;
|
||||
gradU gradU;
|
||||
}
|
||||
|
||||
ManualInjectionCoeffs
|
||||
|
||||
@ -32,7 +32,7 @@ liquidComponents
|
||||
|
||||
H2O H2O defaultCoeffs;
|
||||
|
||||
solidFuelComponents
|
||||
solidComponents
|
||||
(
|
||||
C
|
||||
ash
|
||||
|
||||
0
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/fvSchemes
Executable file → Normal file
0
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/fvSchemes
Executable file → Normal file
0
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/fvSolution
Executable file → Normal file
0
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/fvSolution
Executable file → Normal 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]*
|
||||
|
||||
@ -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
|
||||
|
||||
@ -74,9 +74,7 @@ particleForces
|
||||
{
|
||||
gravity on;
|
||||
virtualMass off;
|
||||
Cvm 0.5;
|
||||
pressureGradient off;
|
||||
gradU gradU;
|
||||
}
|
||||
|
||||
ManualInjectionCoeffs
|
||||
|
||||
@ -29,7 +29,7 @@ liquidComponents
|
||||
);
|
||||
H2O H2O defaultCoeffs;
|
||||
|
||||
solidFuelComponents
|
||||
solidComponents
|
||||
(
|
||||
);
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ numberOfSubdomains 4;
|
||||
|
||||
method metis;
|
||||
|
||||
preservePatches
|
||||
preserveFaceZones
|
||||
(
|
||||
cycLeft
|
||||
cycRight
|
||||
@ -39,9 +39,7 @@ hierarchicalCoeffs
|
||||
}
|
||||
|
||||
metisCoeffs
|
||||
{
|
||||
processorWeights ( 1 1 1 1 );
|
||||
}
|
||||
{}
|
||||
|
||||
manualCoeffs
|
||||
{
|
||||
|
||||
@ -131,6 +131,13 @@ PISO
|
||||
// nUCorrectors 2;
|
||||
}
|
||||
|
||||
additional
|
||||
{
|
||||
dpdt true;
|
||||
hWork true;
|
||||
eWork true;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
{
|
||||
/*
|
||||
|
||||
@ -74,9 +74,7 @@ particleForces
|
||||
{
|
||||
gravity on;
|
||||
virtualMass off;
|
||||
Cvm 0.5;
|
||||
pressureGradient off;
|
||||
gradU gradU;
|
||||
}
|
||||
|
||||
ManualInjectionCoeffs
|
||||
|
||||
@ -23,9 +23,13 @@ foamChemistryFile "$FOAM_CASE/chemkin/foam.inp";
|
||||
|
||||
foamChemistryThermoFile "$FOAM_CASE/chemkin/foam.dat";
|
||||
|
||||
liquidComponents ( H2O );
|
||||
liquidComponents
|
||||
(
|
||||
H2O
|
||||
);
|
||||
|
||||
solidFuelComponents ( );
|
||||
solidComponents
|
||||
();
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
@ -54,9 +54,7 @@ particleForces
|
||||
{
|
||||
gravity on;
|
||||
virtualMass off;
|
||||
Cvm 0.5;
|
||||
pressureGradient off;
|
||||
gradU gradU;
|
||||
}
|
||||
|
||||
ManualInjectionCoeffs
|
||||
|
||||
@ -66,9 +66,7 @@ particleForces
|
||||
{
|
||||
gravity on;
|
||||
virtualMass off;
|
||||
Cvm 0.5;
|
||||
pressureGradient off;
|
||||
gradU gradU;
|
||||
}
|
||||
|
||||
ManualInjectionCoeffs
|
||||
|
||||
Reference in New Issue
Block a user