CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Special Topics > Mesh Generation & Pre-Processing

meshing grid

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 16, 2024, 21:23
Default meshing grid
  #1
Member
 
Kim jeamin
Join Date: Jul 2023
Posts: 36
Rep Power: 3
mongya is on a distinguished road
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
mongya is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[ANSYS Meshing] Structural Grid Meshing not consistent Qkarl ANSYS Meshing & Geometry 1 June 15, 2022 04:55
[ICEM] ICEM Meshing Problem-2D Unstructured Tariq Ahmed ANSYS Meshing & Geometry 0 August 25, 2016 16:13
[Gmsh] Gmsh error while meshing a 3d grid? tareqkh OpenFOAM Meshing & Mesh Conversion 0 July 6, 2016 15:39
Need help with meshing 3D jet nozzle grid on ICEM Jay1 CFD Freelancers 2 March 21, 2016 05:55
MapFields to New Grid For Extreme Grid Deformations due to Body Motion albcem OpenFOAM 0 May 5, 2009 14:17


All times are GMT -4. The time now is 20:28.