CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   adjointShapeOptimization pitzDaily Error (https://www.cfd-online.com/Forums/openfoam/180374-adjointshapeoptimization-pitzdaily-error.html)

FlyBob91 November 21, 2016 11:25

adjointShapeOptimization pitzDaily Error OpenFOAM 4.1
 
Hello to all,
Am i the only one who met problems running the tutorial/incompressible/adjointShapeOptimizationFoam/pitzDaily case both for kEpsilon and laminar regime in OpenFOAM 4.1?


here the error

Code:

Selecting incompressible transport model Newtonian
Selecting turbulence model type RAS
Selecting RAS turbulence model kEpsilon
kEpsilonCoeffs
{
    Cmu            0.09;
    C1              1.44;
    C2              1.92;
    C3              -0.33;
    sigmak          1;
    sigmaEps        1.3;
}

#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigSegv::sigHandler(int) at ??:?
#2  ? in "/lib/x86_64-linux-gnu/libc.so.6"
#3  Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Boundary::Boundary(Foam::DimensionedField<double, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Boundary const&) at ??:?
#4  Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::GeometricField(Foam::IOobject const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#5  ? at ??:?
#6  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#7  ? at ??:?
Errore di segmentazione (core dump creato)

here for laminar simution

Code:

Selecting incompressible transport model Newtonian
Selecting turbulence model type laminar
#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigSegv::sigHandler(int) at ??:?
#2  ? in "/lib/x86_64-linux-gnu/libc.so.6"
#3  Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Boundary::Boundary(Foam::DimensionedField<double, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Boundary const&) at ??:?
#4  Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::GeometricField(Foam::IOobject const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#5  ? at ??:?
#6  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#7  ? at ??:?
Errore di segmentazione (core dump creato)


Thanks for help

verboomj November 25, 2016 09:19

It should work without any changes, did you download the right tutorial files?

How did you apply the turbulence in your turbulenceProperties file?

Code:

simulationType RAS;

RAS
{
    RASModel        kEpsilon;

    turbulence      off;

    printCoeffs    on;
}



All times are GMT -4. The time now is 06:48.