Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/dfSprayFoam/sydneySprayBurner/Allrun
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ application=dfSprayFoam

runApplication blockMesh
runApplication decomposePar
runApplication mpirun -np 4 $application -parallel >log.dfSprayForam 2>&1 &
runApplication mpirun -np 8 $application -parallel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

combustionModel EDC;
combustionModel laminar;//EDC

active on;

Expand Down
2 changes: 1 addition & 1 deletion examples/dfSprayFoam/sydneySprayBurner/system/controlDict
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ startTime 0.0;

stopAt endTime;

endTime 0.2;
endTime 0.15;

deltaT 2e-07;

Expand Down