CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   Unable to sample completed AMI simulation. (https://www.cfd-online.com/Forums/openfoam-post-processing/188074-unable-sample-completed-ami-simulation.html)

Alhasan May 22, 2017 13:07

Unable to sample completed AMI simulation.
 
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

Tobi May 24, 2017 05:14

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.


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