davidsblom / FOAM-FSI

Fluid-Structure Interaction solvers for foam-extend
GNU General Public License v2.0
74 stars 47 forks source link

fluid solver: add check for correct boundary conditions #270

Open davidsblom opened 8 years ago

davidsblom commented 8 years ago

always use myMovingWallVelocity. SDCMovingWallVelocity are movingWallVelocity BCs are not allowed,

davidsblom commented 8 years ago

the checks are currently implemented as assertions, and are filtered out when doing a production run.