|
[Sponsors] |
fvOptions, faceZone, directionalPressureGradientExplicitSource |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 24, 2017, 06:04 |
fvOptions, faceZone, directionalPressureGradientExplicitSource
|
#1 |
Member
Anders Utnes
Join Date: May 2017
Location: Norway
Posts: 34
Rep Power: 9 |
Hi.
Im trying to use directionalPressureGradientExplicitSource as a momentumsource to get my channel going. A problem with this is that it requires a Facezone set. Ive aquired one using the topoSet application, but I seem to have encountered a problem. I did the orgiinal mesh using gmsh, with gave me a "Internal" cell list. toposetDict: Code:
actions ( { name fs; type faceSet; action new; source cellToFace; sourceInfo { set Internal; option both; } } { name fz; type faceZoneSet; action new; source setToFaceZone; sourceInfo {faceSet fs;} } ); Code:
Creating finite volume options from "constant/fvOptions" Selecting finite volume options model type directionalPressureGradientExplicitSource Source: fluidDeflection - selecting all cells - selected 249411 cell(s) with volume 1.01957e-10 Initial pressure gradient = 249411{(0 0 0)} Starting time loop forces forceCoeffs: Not including porosity effects forceCoeffs forceCoeffs: Not including porosity effects Time = 1e-14 Courant Number mean: 0 max: 0 smoothSolver: Solving for Ux, Initial residual = 0, Final residual = 0, No Iterations 0 smoothSolver: Solving for Uy, Initial residual = 0, Final residual = 0, No Iterations 0 smoothSolver: Solving for Uz, Initial residual = 0, Final residual = 0, No Iterations 0 #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 ? in "/lib64/libc.so.6" #3 Foam::fv::directionalPressureGradientExplicitSource::correct(Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>&) at ??:? #4 ? at ??:? #5 ? at ??:? #6 __libc_start_main in "/lib64/libc.so.6" #7 ? at ??:? Floating point exception [ofuser@default MasterRe1000003x4kEq]$ Any help on how to use the correct facezones would be appreciated. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
decomposePar problem: Cell 0contains face labels out of range | vaina74 | OpenFOAM Pre-Processing | 37 | July 20, 2020 06:38 |
[snappyHexMesh] Error snappyhexmesh - Multiple outside loops | avinashjagdale | OpenFOAM Meshing & Mesh Conversion | 53 | March 8, 2019 10:42 |
Calculate Mass Flowrate at a faceZone with OpenFOAM4 | donQi | OpenFOAM Post-Processing | 1 | August 31, 2016 22:13 |
Problem with Application based on a faceZone in parallel | psilkeit | OpenFOAM Programming & Development | 2 | April 28, 2016 10:47 |
faceZone or cellZone for MRF | nash | OpenFOAM Pre-Processing | 2 | April 30, 2015 13:06 |