mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Conflict resolution
This commit is contained in:
@ -20,7 +20,7 @@ startFrom latestTime;
|
||||
|
||||
startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
stopAt nextWrite;
|
||||
|
||||
endTime 500;
|
||||
|
||||
@ -28,7 +28,7 @@ deltaT 1;
|
||||
|
||||
writeControl timeStep;
|
||||
|
||||
writeInterval 100;
|
||||
writeInterval 1;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
@ -47,6 +47,7 @@ runTimeModifiable true;
|
||||
libs
|
||||
(
|
||||
"libOpenFOAM.so"
|
||||
"libcompressibleTurbulenceModels.so"
|
||||
"libincompressibleRASModels.so"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user