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
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/icoReactingMultiphaseInterFoam
|
||||
EXE = $(FOAM_APPBIN)/icoReactingMultiphaseInterFoam
|
||||
|
||||
@ -68,7 +68,6 @@ int main(int argc, char *argv[])
|
||||
#include "createFvOptions.H"
|
||||
#include "createTimeControls.H"
|
||||
#include "CourantNo.H"
|
||||
//#include "alphaCourantNo.H"
|
||||
#include "setInitialDeltaT.H"
|
||||
|
||||
turbulence->validate();
|
||||
|
||||
@ -643,7 +643,7 @@ void Foam::radiation::laserDTRM::calculate()
|
||||
{
|
||||
reflectingCells[cellI] = reflectionModelId;
|
||||
reflectingCellsVol[cellI] = reflectionModelId;
|
||||
if (!mag(nHat[cellI]) > 0.0)
|
||||
if (mag(nHat[cellI]) == 0.0)
|
||||
{
|
||||
nHat[cellI] += nHatPhase[cellI];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user