Dynamic immersed boundary capability with an example moving immersed boundary mesh...
commita3cd647cf9e0f71f5df33c7fe7d16daf96e5e57c
authorHrvoje Jasak <h.jasak@wikki.co.uk>
Wed, 30 Sep 2015 08:48:55 +0000 (30 09:48 +0100)
committerHrvoje Jasak <h.jasak@wikki.co.uk>
Wed, 30 Sep 2015 08:48:55 +0000 (30 09:48 +0100)
treeec98d3a9d12746fbc2e28ecd9ec69f00ad56219e
parent6a7fda29a94f970809215342734bbd92ac07e08c
Dynamic immersed boundary capability with an example moving immersed boundary mesh and tutorial
28 files changed:
applications/solvers/immersedBoundary/icoDyMIbFoam/Make/files [new file with mode: 0644]
applications/solvers/immersedBoundary/icoDyMIbFoam/Make/options [new file with mode: 0644]
applications/solvers/immersedBoundary/icoDyMIbFoam/createFields.H [new file with mode: 0644]
applications/solvers/immersedBoundary/icoDyMIbFoam/icoDyMIbFoam.C [new file with mode: 0644]
src/Allwmake
src/immersedBoundary/immersedBoundaryDynamicMesh/Make/files [new file with mode: 0644]
src/immersedBoundary/immersedBoundaryDynamicMesh/Make/options [new file with mode: 0644]
src/immersedBoundary/immersedBoundaryDynamicMesh/immersedBoundarySolidBodyMotionFvMesh/immersedBoundarySolidBodyMotionFvMesh.C [new file with mode: 0644]
src/immersedBoundary/immersedBoundaryDynamicMesh/immersedBoundarySolidBodyMotionFvMesh/immersedBoundarySolidBodyMotionFvMesh.H [new file with mode: 0644]
src/immersedBoundary/immersedBoundaryDynamicMesh/movingImmersedBoundary/movingImmersedBoundary.C [new file with mode: 0644]
src/immersedBoundary/immersedBoundaryDynamicMesh/movingImmersedBoundary/movingImmersedBoundary.H [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/.gitignore [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/0_org/U [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/0_org/p [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/Allclean [new file with mode: 0755]
tutorials/immersedBoundary/movingCylinderInChannelIco/Allrun [new file with mode: 0755]
tutorials/immersedBoundary/movingCylinderInChannelIco/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/constant/transportProperties [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/constant/triSurface/ibCylinder.ftr [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/constant/triSurface/ibCylinder.stl [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/save/blockMeshDict [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/save/boundary [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/system/controlDict [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/system/decomposeParDict [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/system/fvSchemes [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/system/fvSolution [new file with mode: 0644]
tutorials/immersedBoundary/movingCylinderInChannelIco/system/mapFieldsDict [new file with mode: 0644]