|
[Sponsors] |
Mental model when define and modify block boundary |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 20, 2000, 12:47 |
Mental model when define and modify block boundary
|
#1 |
Guest
Posts: n/a
|
Hello all,
We are writing a 2D structured gridding package for a specific application. One of the design issues has to do with whether the block boundaries are defined by just the boundary grid points or by a smooth curve on which the grid points lie. There are many implementation pros and cons to this issue but from a user's perspective how do you like to think about the block boundary: 1. Just points that can be manipulated as points 2. Points on a smooth curve Thanks in advance. |
|
October 20, 2000, 23:11 |
Re: Mental model when define and modify block boun
|
#2 |
Guest
Posts: n/a
|
(1). If the solver requires only the mesh point location, then, (x,y,z) of a mesh point is all you need. (2). If the solver require the edge curve of the mesh (cell), then, you need to provide the curve information. (3). As a user, I try not to worry about it, unless, I have to write the interface (between the mesh and the solver), which is unlikely for average users who are interested in applications.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[stressAnalysis] how to define a new boundary condition | xck1986 | OpenFOAM CC Toolkits for Fluid-Structure Interaction | 0 | February 23, 2011 05:56 |
Define non uniform TKE boundary condition in simpleFOAM | qtian | OpenFOAM Running, Solving & CFD | 9 | July 30, 2007 15:54 |