|
||||||||
| Problem
Specification 1. Create Geometry in GAMBIT 2. Mesh Geometry in GAMBIT 3. Specify Boundary Types in GAMBIT 4. Set Up Problem in FLUENT 5. Solve! 6. Analyze Results 7. Verify Results |
||||||||
Step 3: Specify Boundary Types in GAMBITWe'll label the boundary ABCDE as farfield, EF as wedge and AF as symmetry. Recall that these will be the names that show up under boundary zones when the mesh is read into FLUENT. Group EdgesWe'll create groups of edges and then create boundary entities from these groups. Operation Toolpad > Geometry Command Button > Group Command Button > Create Group Select Edges and enter farfield for Label, which is the name of the group. Select the edges AB, BC, CD and DE. Note that GAMBIT adds the edge to the list as it is selected in the GUI.
Click Apply. In the transcript window, you will see the message “Created group: farfield”.
Similarly, create the other two groups. You should have created a total of three groups:
Define Boundary TypesNow that we have grouped each of the edges into the desired groups, we can assign appropriate boundary types to these groups. Operation Toolpad > Zones Command Button Under Entity, select Groups. Click on the wedge surface. Next to Name:, enter wedge. Leave the Type as WALL.
Click Apply. In the Transcript Window, you will see a message saying "Created Boundary entity: wedge". Similarly, create boundary entities corresponding to farfield and symmetry groups. Set the Type to Pressure Farfield and symmetry in each case. Save Your WorkMain Menu > File > Save Export MeshMain Menu > File > Export > Mesh... Save the file as wedge.msh. Make sure that the Export 2d Mesh option is selected. Check to make sure that the file is created. Go to Step 4: Set Up Problem in FLUENT |
||||||||