|
[Sponsors] |
March 4, 2016, 06:31 |
Porous jump boundary condition
|
#1 |
New Member
Gregor Alan
Join Date: Feb 2016
Posts: 9
Rep Power: 10 |
Hi all,
For the case I am trying to run using chtMultiRegionSimpleFoam I need a porous jump boundary condition (same as in fluent) at the outlet of the domain. This is the boundary condition I use for the outlet: Code:
outlet { type porousBafflePressure; patchType cyclic; jump uniform 0; D 1000; I 1/10E10; L 1E-4; value uniform 0; } Code:
--> FOAM FATAL ERROR: Attempt to cast type patch to type lduInterface From function refCast<To>(From&) in file /home/openfoam/OpenFOAM/OpenFOAM-3.0.1/src/OpenFOAM/lnInclude/typeInfo.H at line 114. FOAM aborting #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::error::abort() at ??:? #2 Foam::lduInterface const& Foam::refCast<Foam::lduInterface const, Foam::fvPatch const>(Foam::fvPatch const&) at ??:? #3 Foam::fixedJumpFvPatchField<double>::fixedJumpFvPatchField(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&) at ??:? #4 Foam::porousBafflePressureFvPatchField::porousBafflePressureFvPatchField(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:? #5 Foam::fvPatchField<double>::adddictionaryConstructorToTable<Foam::porousBafflePressureFvPatchField>::New(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:? #6 Foam::fvPatchField<double>::New(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:? #7 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::GeometricBoundaryField::readField(Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:? #8 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::readFields(Foam::dictionary const&) at ??:? #9 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::readFields() at ??:? #10 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::GeometricField(Foam::IOobject const&, Foam::fvMesh const&) at ??:? #11 ? at ??:? #12 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #13 ? at ??:? Regards, Gregor Alan |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plot drag forces at porous jump boundary condition | Shim | FLUENT | 1 | June 5, 2017 05:31 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
CFX fails to calculate a diffuser pipe flow | shenying0710 | CFX | 7 | March 26, 2013 05:13 |
How can I implement temperature jump boundary condition in microchannel walls? | sima | FLUENT | 1 | December 8, 2010 09:20 |
Porous wall boundary condition in LES | Henrik | FLUENT | 0 | May 31, 2007 07:17 |