View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004015 | OpenFOAM | Feature | public | 2023-09-06 14:24 | 2023-09-06 14:38 |
Reporter | blttkgl | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | suspended | ||
Product Version | dev | ||||
Summary | 0004015: movingMesh does not work when fvModels or fvConstraints present | ||||
Description | The movingMesh module does not move the mesh if there is a fvModels or fvConstraints file set up inside the case directory. The issue can be overcome by renaming/deleting the file temporarily, or commenting out the contents of it, but it would be nice to be able to execute movingMesh without the need to change the case setup for quick debugging. | ||||
Steps To Reproduce | In movingCone tutorial, add a buoyancyForce fvModel and a g file, which can be found in e.g. aachenBomb tutorial, and run foamRun -solver movingMesh, which returns: --> FOAM FATAL ERROR: Unknown model type buoyancyForce Table of fvModels is empty From function static Foam::autoPtr<Foam::fvModel> Foam::fvModel::New(const Foam::word&, const Foam::fvMesh&, const Foam::dictionary&) in file cfdTools/general/fvModels/fvModel.C at line 127. FOAM exiting | ||||
Tags | No tags attached. | ||||