|
[Sponsors] |
March 24, 2016, 08:31 |
where is "rhoEqa.H" file located
|
#1 |
New Member
Wilson Lee
Join Date: Oct 2015
Posts: 7
Rep Power: 11 |
Hello, I am still new to OF.
I have a question about the "rhoEqa.H" file The solver is "rhoReactingFoam" and in the .C file there was a line : Code:
#include "rhoEqn.H" could anyone tell me where is this file located and being included , and how the OF know which rhoEqn.H file to include in the .C code. Thanks for giving me some instructions about this question Wilson |
|
March 24, 2016, 09:29 |
|
#2 |
Senior Member
|
Hi,
Code:
$ pwd $WM_PROJECT_DIR $ find . -name 'rhoEqn.H' ./applications/solvers/combustion/PDRFoam/rhoEqn.H ./applications/solvers/combustion/fireFoam/rhoEqn.H ./applications/solvers/lagrangian/coalChemistryFoam/rhoEqn.H ./applications/solvers/lagrangian/reactingParcelFilmFoam/rhoEqn.H ./applications/solvers/lagrangian/reactingParcelFoam/rhoEqn.H ./applications/solvers/lagrangian/sprayFoam/rhoEqn.H ./applications/solvers/multiphase/cavitatingFoam/rhoEqn.H ./src/finiteVolume/cfdTools/compressible/rhoEqn.H ./src/finiteVolume/lnInclude/rhoEqn.H $ find . -name 'rhoEqa.H' $ |
|
March 24, 2016, 12:43 |
|
#3 |
New Member
Wilson Lee
Join Date: Oct 2015
Posts: 7
Rep Power: 11 |
alexeym , Thank you very much!! I got it !!
|
|
February 22, 2019, 12:25 |
|
#4 | |
Senior Member
Deep
Join Date: Oct 2017
Posts: 180
Rep Power: 9 |
Quote:
I have a related question. Through which line does the solver know which rhoEqn.H is to be used? |
||
April 15, 2019, 08:22 |
|
#5 | |
Senior Member
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 22 |
Quote:
https://github.com/OpenFOAM/OpenFOAM...m/Make/options For rhoReactingFoam: Code:
-I. \ -I$(FOAM_SOLVERS)/combustion/reactingFoam \ ... -I$(LIB_SRC)/finiteVolume/cfdTools \ ... -I$(LIB_SRC)/dynamicFvMesh/lnInclude |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] Patches to compile OpenFOAM 2.2 on Mac OS X | gschaider | OpenFOAM Installation | 136 | October 10, 2017 18:25 |
Problem compiling a custom Lagrangian library | brbbhatti | OpenFOAM Programming & Development | 2 | July 7, 2014 12:32 |
[swak4Foam] Swak4FOAM 0.2.3 / OF2.2.x installation error | FerdiFuchs | OpenFOAM Community Contributions | 27 | April 16, 2014 16:14 |
friction forces icoFoam | ofslcm | OpenFOAM | 3 | April 7, 2012 11:57 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |