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

Sample Set - Creates folder for each timestep

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 22, 2020, 07:41
Default Sample Set - Creates folder for each timestep
  #1
New Member
 
Herman Bordal
Join Date: Jan 2020
Posts: 3
Rep Power: 6
Bordal is on a distinguished road
Dear all

I am sampling a set of lines from a running transient case. The issue is that each line gets a separate folder, containing a new subfolder with each timestep. Ideally should one line get a single file, and all timesteps could be added to this file. Such that one obtain a set of larger files, instead of a heap of folders containing smaller files. Any help avoiding too many folders for linux to handle would be much appreciated.

ive appended a bunch of these lines in the controlDict file

Line359{
type sets;
functionObjectLibs ("libsampling.so");
writeControl timeStep;
outputInterval 1;

interpolationScheme cellPoint;

setFormat raw;
sets
(
data
{
type lineUniform;
axis distance;
start (0.07198903405126017 -0.00125657326348448 0);
end (1.1518245448201627 -0.02010517221575168 0);
nPoints 500;
}
);
fields (U);
}






In advance, thanks
Bordal is offline   Reply With Quote

Reply

Tags
folders, line, sampling, set

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
does Hyperthreading affect the application of UDF? SJSW Fluent UDF and Scheme Programming 11 October 10, 2018 22:28
Remeshing for Rotation in CFX via ICEMCFD gera CFX 3 September 23, 2017 12:29
sample does not create folder for all times joel.lehikoinen OpenFOAM Post-Processing 0 June 3, 2011 04:07
Help with GNUPlot Renato. Main CFD Forum 6 June 6, 2007 19:51
Problems with installation jonititan OpenFOAM Installation 4 November 6, 2005 04:16


All times are GMT -4. The time now is 23:30.