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

Unable to sample completed AMI simulation.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 22, 2017, 13:07
Default Unable to sample completed AMI simulation.
  #1
Senior Member
 
Alhasan's Avatar
 
Hasan K.J.
Join Date: Dec 2011
Location: Bristol, United Kingdom
Posts: 200
Rep Power: 15
Alhasan is on a distinguished road
Hello All,

I have completed a long LES simulation (month time) and the simulation seems to be successful with good contour values seen in Tecplot.

but when I try to sample my case as I have previously done with symmetryPlane (worked) it does not work with the AMI case it just stops/gets stuck with the following error (I have waited for over a day still it dosent progress even in parallel it doesnt)

Code:
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.2.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 2.2.0
Exec   : sample
Date   : May 22 2017
Time   : 17:48:16
Host   : "*******"
PID    : 8140
Case   : /mnt/hdd/......../C1A0_StepLES
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
Create mesh for time = 0

--> FOAM Warning : 
    From function void Foam::Cloud<ParticleType>::initCloud(const bool)
    in file lnInclude/Cloud.C at line 54
    Particle tracking across AMI patches is not currently supported
the following is my sampleDict

Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  dev                                   |
|   \\  /    A nd           | Web:      http://www.openfoam.org               |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

FoamFile
{
    version         2.0;
    format          ascii;
    class           dictionary;
    location        system;
    object          sampleDict;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

setFormat raw;

surfaceFormat raw;

interpolationScheme cellPoint;

fields
(

    k
    UMean

);

sets
( 

xc02
    {
        type        uniform;
        axis        y;
        start       (0.202 0.3 0.01);
        end         (0.202 -0.3 0.01);
        nPoints     1000;
    }
);
Any suggestions as to how could I circumvent or solve this issue of extracting line data from my completed simulation,

Thanks,
Hasan K.J
__________________
"Real knowledge is to know the extent of one's ignorance." - Confucius
Alhasan is offline   Reply With Quote

Old   May 24, 2017, 05:14
Default
  #2
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Hi,

as the message tells you:

Code:
    Particle tracking across AMI patches is not currently supported
you can program the tracking yourself and make a feature report to OpenFOAM to add the patch to the development line in order that everybody has the possibility to use it. I never used particles and thus, cannot give you more information. It might be that this problem was resolved / added to the development line already but I don't know.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Reply


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
Translating and Rotating AMI HiddenSquid OpenFOAM Pre-Processing 1 October 25, 2017 03:59
[ANSYS Meshing] unable to mesh a 3d airfoil for fluent simulation stacey ANSYS Meshing & Geometry 1 July 8, 2013 03:02
How to save a .res file after simulation completed weihaur CFX 0 April 23, 2008 05:14
heat conducting in a solid domain Rogerio Fernandes Brito CFX 0 March 18, 2008 17:20
about my old post Rogerio Fernandes Brito CFX 1 February 8, 2008 19:19


All times are GMT -4. The time now is 21:19.