We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f76823 commit 382a5f5Copy full SHA for 382a5f5
2 files changed
applications/solvers/dfHighSpeedFoam/createClouds.H
@@ -7,3 +7,13 @@ basicSprayCloud parcels
7
g,
8
slgThermo
9
);
10
+
11
+parcels.UTrans().writeOpt() = IOobject::NO_WRITE;
12
+parcels.UCoeff().writeOpt() = IOobject::NO_WRITE;
13
+parcels.hsTrans().writeOpt() = IOobject::NO_WRITE;
14
+parcels.hsCoeff().writeOpt() = IOobject::NO_WRITE;
15
16
+forAll(Y, i)
17
+{
18
+ parcels.rhoTrans(i).writeOpt() = IOobject::NO_WRITE;
19
+}
applications/solvers/dfLowMachFoam/createClouds.H
0 commit comments