mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: surfactantFoam: run cleanly. See #1328
- do not write 0/ directory - clean case in ./Allclean
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user