|
[Sponsors] |
sample a 3D sub-domain with boundary point data |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 22, 2016, 08:00 |
sample a 3D sub-domain with boundary point data
|
#1 |
Member
Join Date: Sep 2014
Posts: 32
Rep Power: 12 |
Hi OpenFOAMER,
I want to sample data from a 3D box out of the original full domain. I tried the sample array of the sample utility, here comes the input in sampleDict: sets ( arrayA1 { // Sample 'pointsDensity' points in a box with origin at 'origin' // plus the vector 'spanBox' type array; axis xyz; coordinateSystem { e1 (1 0 0); e2 (0 1 0); origin ( 0 0 0 ); } origin ( 0 0 0 ); coordinateRotation { type axesRotation; e1 (1 0 0); e2 (0 1 0); } pointsDensity (40 100 10); spanBox (0.1 0.1 0.01); } ); The problems is that, I can get the intended 3D box data, but without the data at the boundary I specified. So my question is if any one hows how to sample the 3D-box data with also with the boundary point? Or if any have any better idea of sampling a 3D-box data with boundary point data? Thanks very much |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Centrifugal fan | j0hnny | CFX | 13 | October 1, 2019 14:55 |
Radiation in semi-transparent media with surface-to-surface model? | mpeppels | CFX | 11 | August 22, 2019 08:30 |
Setting rotating frame of referece. | RPFigueiredo | CFX | 3 | October 28, 2014 05:59 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |