|
[Sponsors] |
May 16, 2010, 17:31 |
Simple plane sample not working
|
#1 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
I don't get it. When I use the "basePoint" / "normal" to specify a plane, it fails silently whenever the Y-coordinate of "normal" is zero. That is, it runs, reports all the times, and completes, but there are no files in the surfaces/[time]/ directories. Here's my sampleDict:
setFormat raw; surfaceFormat raw; interpolationScheme cellPointFace; fields ( U ); sets ( ); surfaces ( newPlane { type plane; basePoint (5 2.5 5); normalVector (0 0 1); interpolate true; triangulate true; } ); This produces no output. If I change the normalVector to: normalVector (0 0.00001 1); it succeeds. Does anyone have any idea what is going on here? (OpenFOAM 1.5-dev) |
|
May 17, 2010, 03:48 |
|
#2 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 40 |
Quote:
I don't know if the sourceforge svn version has this, do you experience the same problem in 1.6.x? |
||
May 18, 2010, 14:23 |
|
#3 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
That's the problem! Thanks Mark. I tried it in 1.6 and it works fine. So when I'm using 1.5-dev I'll just misalign the plane ever so slightly.
-Dave |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Understanding the coordinates of sample utility | vishwa | OpenFOAM Post-Processing | 4 | March 25, 2010 13:51 |
sample MAPLE code for SIMPLE algorithm | mia | Main CFD Forum | 0 | February 28, 2009 00:22 |
heat conducting in a solid domain | Rogerio Fernandes Brito | CFX | 0 | March 18, 2008 18:20 |
about my old post | Rogerio Fernandes Brito | CFX | 1 | February 8, 2008 20:19 |
Looking for a simple way to mesh my sample | Winnie | FLUENT | 5 | July 29, 2005 06:32 |