|
[Sponsors] |
March 11, 2015, 05:08 |
rhoSimplecFoam with setFields
|
#1 |
New Member
Sinasi Bahceci
Join Date: Jan 2015
Posts: 13
Rep Power: 11 |
Hi,
I want to use rhoSimplecFoam for a two-phase-flow. One phase is air, so I took the tutorial as basic. The other phase is a fuel mixture, which is injected into the air stream. Now I have used setFields for the injection canal. SetFields works, but when I run rhoSimplecFoam, I get following error: ~/OpenFOAM/.../rhoSimplecFoam_...$ rhoSimplecFoam >log #0 Foam::error:rintStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::hePsiThermo<Foam:siThermo, Foam:ureMixture<Foam::sutherlandTransport<Foam:: species::thermo<Foam::hConstThermo<Foam:erfectGa s<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::calculate() at ??:? #4 Foam::hePsiThermo<Foam:siThermo, Foam:ureMixture<Foam::sutherlandTransport<Foam:: species::thermo<Foam::hConstThermo<Foam:erfectGa s<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::correct() at ??:? #5 at ??:? #6 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #7 at ??:? Gleitkomma-Ausnahme It seems that there is a problem with thermophysical properties. Besides, I didn't really understand the combination between setFields and rhoSimplecFoam. When I use setFields for two phases, what is the mixture specification in thermophysical properties for? Can someone please help me? I would be glad about papers or cases, in which this combination is explained. Thanks in regard. /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object thermophysicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType { type hePsiThermo; mixture pureMixture; transport sutherland; thermo hConst; equationOfState perfectGas; specie specie; energy sensibleInternalEnergy; } mixture { specie { nMoles 1; molWeight 28.9; } thermodynamics { Cp 1007; Hf 0; } transport { As 1.4792e-06; Ts 116; } } /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object alpha.methane; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 0; boundaryField { AXIS { type empty; } OUTLET { type inletOutlet; inletValue uniform 0; value uniform 0; } COFLOW { type inletOutlet; inletValue uniform 0; value uniform 0; } BLUFF { type zeroGradient; } FUEL { type inletOutlet; inletValue uniform 1; value uniform 1; } WALL { type zeroGradient; } BLUFF_WALL { type fixedValue; value uniform 0; } JET_WALL { type fixedValue; value uniform 1; } front { type wedge; } back { type wedge; } defaultFaces { type empty; } } // ************************************************** *********************** // |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to use setFields in multiregionsolver | lg88 | OpenFOAM | 18 | June 12, 2022 19:57 |
setFields not working | dsanza | OpenFOAM | 4 | October 18, 2018 10:43 |
Can run setFields in parallel while decomposed? | totalart | OpenFOAM Running, Solving & CFD | 2 | August 21, 2018 00:07 |
Problems with the execution of the setFields utility. | foamer | OpenFOAM Pre-Processing | 5 | June 3, 2013 13:24 |
setFields tool does not assign water volume for given mesh. | paka | OpenFOAM | 2 | June 7, 2012 10:17 |