CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

double output of sample utility

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 12, 2013, 06:10
Default double output of sample utility
  #1
Member
 
Marcus Letzel
Join Date: Sep 2012
Location: Bremen
Posts: 35
Rep Power: 13
letzel is on a distinguished road
Dear All,

apparently the sample routine outputs each line twice for my case. Contents of sampleDict:
Code:
setFormat csv;
surfaceFormat null;
interpolationScheme cellPoint;
fields
(
    s1
    s1av
);
sets
(
    lineX00H
    {
        type        uniform;
        axis        y;
        start       (36  0 28);
        end         (36 14 28);
        nPoints     20;
    }

    lineX05H
    {
        type        uniform;
        axis        y;
        start       (56  0 28);
        end         (56 14 28);
        nPoints     20;
    }

    lineX10H
    {
        type        uniform;
        axis        y;
        start       (76  0 28);
        end         (76 14 28);
        nPoints     20;
    }
);
Contents of sampled data, e.g. sets/200/lineX00H_s1_s1av.csv:
Code:
y,s1,s1av
0,0.000958515,0.00084235
0,0.000958515,0.00084235
0.736842,0.000478345,0.000272817
0.736842,0.000478345,0.000272817
1.47368,9.83722e-05,1.52814e-05
1.47368,9.83722e-05,1.52814e-05
2.21053,3.08025e-05,4.66974e-06
2.21053,3.08025e-05,4.66974e-06
2.94737,1.19787e-05,3.76905e-06
2.94737,1.19787e-05,3.76905e-06
3.68421,4.34634e-06,3.68068e-06
3.68421,4.34634e-06,3.68068e-06
4.42105,3.74201e-06,3.72633e-06
4.42105,3.74201e-06,3.72633e-06
5.15789,4.26161e-06,3.62729e-06
5.15789,4.26161e-06,3.62729e-06
5.89474,4.52711e-06,3.65199e-06
5.89474,4.52711e-06,3.65199e-06
6.63158,4.56686e-06,3.77515e-06
6.63158,4.56686e-06,3.77515e-06
7.36842,4.61806e-06,3.49155e-06
7.36842,4.61806e-06,3.49155e-06
8.10526,4.49185e-06,2.59839e-06
8.10526,4.49185e-06,2.59839e-06
8.84211,4.63256e-06,1.47202e-06
8.84211,4.63256e-06,1.47202e-06
9.57895,3.06314e-06,5.36525e-07
9.57895,3.06314e-06,5.36525e-07
10.3158,8.54054e-07,1.22053e-07
10.3158,8.54054e-07,1.22053e-07
11.0526,6.3404e-08,1.18302e-08
11.0526,6.3404e-08,1.18302e-08
11.7895,4.07578e-09,8.19401e-10
11.7895,4.07578e-09,8.19401e-10
12.5263,5.49794e-11,8.57334e-12
12.5263,5.49794e-11,8.57334e-12
13.2632,1.83113e-12,2.27867e-13
13.2632,1.83113e-12,2.27867e-13
14,1.92316e-14,7.53872e-15
This behaviour is independent of the value specified for nPoints. Any idea how I can get rid of the double lines?

Best regards,
Marcus
letzel is offline   Reply With Quote

Reply

Tags
sample

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Continuing User Defined Real Gas Model issues aeroman FLUENT 6 April 8, 2016 03:34
New densitybased solver AeroFoam giulio_romanelli OpenFOAM Running, Solving & CFD 48 January 15, 2016 08:20
Parallel User Defined Real Gas Model aeroman FLUENT 4 July 1, 2015 06:09
Missing math.h header Travis FLUENT 4 January 15, 2009 11:48
REAL GAS UDF brian FLUENT 6 September 11, 2006 08:23


All times are GMT -4. The time now is 04:24.