mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Editing tutorials, and Make/files
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
icoReactingMultiphaseInterFoam.C
|
icoReactingMultiphaseInterFoam.C
|
||||||
|
|
||||||
EXE = $(FOAM_USER_APPBIN)/icoReactingMultiphaseInterFoam
|
EXE = $(FOAM_APPBIN)/icoReactingMultiphaseInterFoam
|
||||||
|
|||||||
@ -68,7 +68,6 @@ int main(int argc, char *argv[])
|
|||||||
#include "createFvOptions.H"
|
#include "createFvOptions.H"
|
||||||
#include "createTimeControls.H"
|
#include "createTimeControls.H"
|
||||||
#include "CourantNo.H"
|
#include "CourantNo.H"
|
||||||
//#include "alphaCourantNo.H"
|
|
||||||
#include "setInitialDeltaT.H"
|
#include "setInitialDeltaT.H"
|
||||||
|
|
||||||
turbulence->validate();
|
turbulence->validate();
|
||||||
|
|||||||
@ -643,7 +643,7 @@ void Foam::radiation::laserDTRM::calculate()
|
|||||||
{
|
{
|
||||||
reflectingCells[cellI] = reflectionModelId;
|
reflectingCells[cellI] = reflectionModelId;
|
||||||
reflectingCellsVol[cellI] = reflectionModelId;
|
reflectingCellsVol[cellI] = reflectionModelId;
|
||||||
if (!mag(nHat[cellI]) > 0.0)
|
if (mag(nHat[cellI]) == 0.0)
|
||||||
{
|
{
|
||||||
nHat[cellI] += nHatPhase[cellI];
|
nHat[cellI] += nHatPhase[cellI];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,7 +23,7 @@ startTime 0;
|
|||||||
|
|
||||||
stopAt endTime;
|
stopAt endTime;
|
||||||
|
|
||||||
endTime 0.55;
|
endTime 0.5;
|
||||||
|
|
||||||
deltaT 1e-3;
|
deltaT 1e-3;
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ writeFormat ascii;
|
|||||||
|
|
||||||
writePrecision 6;
|
writePrecision 6;
|
||||||
|
|
||||||
writeCompression uncompressed;
|
writeCompression off;
|
||||||
|
|
||||||
timeFormat general;
|
timeFormat general;
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@ writeFormat ascii;
|
|||||||
|
|
||||||
writePrecision 6;
|
writePrecision 6;
|
||||||
|
|
||||||
writeCompression uncompressed;
|
writeCompression off;
|
||||||
|
|
||||||
timeFormat general;
|
timeFormat general;
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@ writeFormat binary;
|
|||||||
|
|
||||||
writePrecision 6;
|
writePrecision 6;
|
||||||
|
|
||||||
writeCompression uncompressed;
|
writeCompression off;
|
||||||
|
|
||||||
timeFormat general;
|
timeFormat general;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user