ENH: surfactantFoam: run cleanly. See #1328

- do not write 0/ directory
- clean case in ./Allclean
This commit is contained in:
mattijs
2019-06-13 14:24:58 +01:00
parent a7b5d8a74f
commit 29f9881fb2
5 changed files with 3 additions and 114 deletions

View File

@ -16,7 +16,7 @@
);
vsm.mapToVolume(Cs, Cvf.boundaryFieldRef());
Cvf.write();
//Cvf.write();
volVectorField U
(
@ -33,4 +33,4 @@
);
vsm.mapToVolume(Us, U.boundaryFieldRef());
U.write();
//U.write();