ENH: relocate externalFileCoupler from finiteVolume to meshTools

This commit is contained in:
Mark Olesen
2020-06-09 12:15:11 +02:00
parent e2ad9f08a8
commit 076bcc25c9
9 changed files with 64 additions and 12 deletions

View File

@ -471,9 +471,6 @@ $(general)/pressureControl/pressureControl.C
$(general)/levelSet/levelSet.C
$(general)/meshObjects/gravity/gravityMeshObject.C
coupling = $(general)/coupling
$(coupling)/externalFileCoupler.C
solutionControl = $(general)/solutionControl
$(solutionControl)/solutionControl/solutionControl.C
$(solutionControl)/loopControl/loopControl.C

View File

@ -301,6 +301,8 @@ PatchFunction1/CodedField/makeCodedFields.C
meshStructure/meshStructure.C
coupling/externalFileCoupler.C
output/foamVtkIndPatchWriter.C
output/foamVtkInternalMeshWriter.C
output/foamVtkPatchMeshWriter.C

View File

@ -290,7 +290,6 @@ public:
//- Remove files written by OpenFOAM
void removeDirectory() const;
};