Skip to content
Snippets Groups Projects
Commit 304b8a5f authored by andy's avatar andy
Browse files

ENH: Updated and renamed rhoPorousMRFLTSPimpleFoam->rhoLTSPimpleFoam

parent 811740ce
No related branches found
No related tags found
No related merge requests found
rhoLTSPimpleFoam.C
EXE = $(FOAM_APPBIN)/rhoLTSPimpleFoam
...@@ -26,7 +26,7 @@ Application ...@@ -26,7 +26,7 @@ Application
Description Description
Transient solver for laminar or turbulent flow of compressible fluids Transient solver for laminar or turbulent flow of compressible fluids
with support for porous media and MRF for HVAC and similar applications. with support for run-time selectable sources, e.g. MRF, explicit porosity.
Uses the flexible PIMPLE (PISO-SIMPLE) solution for time-resolved and Uses the flexible PIMPLE (PISO-SIMPLE) solution for time-resolved and
pseudo-transient simulations with support for local time-stepping for pseudo-transient simulations with support for local time-stepping for
...@@ -37,8 +37,6 @@ Description ...@@ -37,8 +37,6 @@ Description
#include "fvCFD.H" #include "fvCFD.H"
#include "psiThermo.H" #include "psiThermo.H"
#include "turbulenceModel.H" #include "turbulenceModel.H"
#include "IOMRFZoneList.H"
#include "IOporosityModelList.H"
#include "IObasicSourceList.H" #include "IObasicSourceList.H"
#include "fvcSmooth.H" #include "fvcSmooth.H"
#include "pimpleControl.H" #include "pimpleControl.H"
...@@ -56,7 +54,6 @@ int main(int argc, char *argv[]) ...@@ -56,7 +54,6 @@ int main(int argc, char *argv[])
#include "setInitialrDeltaT.H" #include "setInitialrDeltaT.H"
#include "createFields.H" #include "createFields.H"
#include "createZones.H"
#include "initContinuityErrs.H" #include "initContinuityErrs.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
rhoPorousMRFLTSPimpleFoam.C
EXE = $(FOAM_APPBIN)/rhoPorousMRFLTSPimpleFoam
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment