In this post, I'll give a simple example of how to create curves in blockMesh. For this example, we'll look at the following basic setup: As you can see, we'll be simulating the flow over a bump defined by the curve: $latex y=H*\sin\left(\pi x \right) $ First, let's look at the basic blockMeshDict for this … Continue reading Tutorial: Creating curves in blockMesh
Tag: blockmesh
Automatic Airfoil C-Grid Generation for OpenFOAM – Rev 1
Airfoil Mesh Generated with curiosityFluidsAirfoilMesher.py Here I will present something I've been experimenting with regarding a simplified workflow for meshing airfoils in OpenFOAM. If you're like me, (who knows if you are) I simulate a lot of airfoils. Partly because of my involvement in various UAV projects, partly through consulting projects, and also for testing … Continue reading Automatic Airfoil C-Grid Generation for OpenFOAM – Rev 1
Pressure Driven Nozzle Flow with Shock – rhoCentralFoam
In this post I will go over the set up and solution of a pressure driven nozzle flow with a shock located in the diverging section. This refers to the type of flow problem described by region b in my page covering stationary normal shock-waves. Here is a summary of the contents of this post: Nozzle Design … Continue reading Pressure Driven Nozzle Flow with Shock – rhoCentralFoam