|
[Sponsors] |
July 16, 2024, 22:23 |
meshing grid
|
#1 |
Member
Kim jeamin
Join Date: Jul 2023
Posts: 34
Rep Power: 3 |
Hi. i am a high school student and i am trying to code simple algorithm for 2 dimensional convection-diffusion problem using FVM in Python. But, the grid in the center seems not to be defined in result contour even i define all range of grid. And the code block below is the code that i used to define grid.
Nx, Ny = 7, 9 dx, dy = 1.0, 1.0 Lx, Ly = Nx * dx, Ny * dy |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ANSYS Meshing] Structural Grid Meshing not consistent | Qkarl | ANSYS Meshing & Geometry | 1 | June 15, 2022 05:55 |
[ICEM] ICEM Meshing Problem-2D Unstructured | Tariq Ahmed | ANSYS Meshing & Geometry | 0 | August 25, 2016 17:13 |
[Gmsh] Gmsh error while meshing a 3d grid? | tareqkh | OpenFOAM Meshing & Mesh Conversion | 0 | July 6, 2016 16:39 |
Need help with meshing 3D jet nozzle grid on ICEM | Jay1 | CFD Freelancers | 2 | March 21, 2016 06:55 |
MapFields to New Grid For Extreme Grid Deformations due to Body Motion | albcem | OpenFOAM | 0 | May 5, 2009 15:17 |