|
[Sponsors] |
OpenFOAM v7, Mesh motion and available solvers |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 31, 2021, 17:45 |
OpenFOAM v7, Mesh motion and available solvers
|
#1 |
New Member
Bertrand
Join Date: Mar 2021
Posts: 1
Rep Power: 0 |
Hello everybody
I am currently trying to do some simulations with a moving mesh using OpenFOAM version 7. I can't seem to be able to use the different solvers in the "usual" way. First example: displacementLaplacian 1/ it isn't in the list of available solvers for "dynamicMotionSolverFvMesh" and I have to use "dynamicInkJetFvMesh" instead iot use this solver (displacementLaplacian). Which surprises me. 2/ when trying to use it this way it says that "keyword amplitude is undefined in dictionary dynamicMeshDict". But for me there shouldn't be any reference to this keyword in this dictionnary. I have "amplitude" defined in "0/pointDisplacement" file. Second example: solidBodyMotionFvMesh 1/ It also says it is an invalid type for "dynamicFvMesh" 2/ I used solidBody instead, as a type for dynamicMotionSolverFvMesh, but ... well. Let's start with example N°1... Has something changed with version 7? Any feedback welcome! |
|
|
|