mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'molecularDynamics'
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
|
||||
|
||||
Reference in New Issue
Block a user