|
[Sponsors] |
How to know if solver is considering my porous region? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 2, 2018, 12:49 |
How to know if solver is considering my porous region?
|
#1 |
Senior Member
Deep
Join Date: Oct 2017
Posts: 180
Rep Power: 9 |
Hello!
I have been dabbling with different compressible solvers for my porous flow problem. Lately, I have been wondering how to make sure that the solver is using the porosity dictionary I have defined. In the log file, no indication of any sort is seen. How I tested this is by running two cases, one with porous region defined and another without. There's minor difference between the two and that could change (and get bigger) depending on porosity coefficients used. But is there any better, clear way of knowing if the porous region as defined by the porosityProperties is being used (for that matter any such dictionary) in the calculations? Thanks! |
|
November 5, 2018, 14:03 |
|
#2 |
Senior Member
Deep
Join Date: Oct 2017
Posts: 180
Rep Power: 9 |
Code:
find /opt/openfoam6/applications/solvers/compressible -type f | xargs grep -r 'Reading' Code:
/opt/openfoam6/applications/solvers/compressible/rhoSimpleFoam/createFields.H:Info<< "Reading thermophysical properties\n" << endl; /opt/openfoam6/applications/solvers/compressible/rhoSimpleFoam/createFields.H:Info<< "Reading field U\n" << endl; /opt/openfoam6/applications/solvers/compressible/sonicFoam/sonicLiquidFoam/readTransportProperties.H:Info<< "Reading transportProperties\n" << endl; /opt/openfoam6/applications/solvers/compressible/sonicFoam/sonicLiquidFoam/createFields.H:Info<< "Reading field p\n" << endl; /opt/openfoam6/applications/solvers/compressible/sonicFoam/sonicLiquidFoam/createFields.H:Info<< "Reading field U\n" << endl; /opt/openfoam6/applications/solvers/compressible/sonicFoam/sonicLiquidFoam/readThermodynamicProperties.H: Info<< "Reading thermodynamicProperties\n" << endl; /opt/openfoam6/applications/solvers/compressible/sonicFoam/createFields.H:Info<< "Reading thermophysical properties\n" << endl; /opt/openfoam6/applications/solvers/compressible/sonicFoam/createFields.H:Info<< "Reading field U\n" << endl; /opt/openfoam6/applications/solvers/compressible/rhoCentralFoam/createFields.H:Info<< "Reading thermophysical properties\n" << endl; /opt/openfoam6/applications/solvers/compressible/rhoCentralFoam/createFields.H:Info<< "Reading field U\n" << endl; /opt/openfoam6/applications/solvers/compressible/rhoPimpleFoam/createFields.H:Info<< "Reading thermophysical properties\n" << endl; /opt/openfoam6/applications/solvers/compressible/rhoPimpleFoam/createFields.H:Info<< "Reading field U\n" << endl; Anyone knows? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
fluent divergence for no reason | sufjanst | FLUENT | 2 | March 23, 2016 17:08 |
Flow Analysis in Porous Region | bgupta24 | STAR-CCM+ | 1 | August 21, 2014 12:14 |
thobois class engineTopoChangerMesh error | Peter_600 | OpenFOAM | 4 | August 2, 2014 10:52 |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
Porous region set | braket | FLUENT | 4 | November 18, 2010 03:09 |