Permalink
Please sign in to comment.
Showing
with
372 additions
and 32 deletions.
- +2 −2 mybashrc.complete
- +1 −1 mybashrc.minimalist
- +2 −2 mybashrc.minimalist.mkl
- +2 −0 run/tutorials/ToroFlames/F3/laminarBuoyantPimpleSMOKE/constant/solverOptions
- +3 −1 run/tutorials/ToroFlames/F3/laminarBuoyantSimpleSMOKE/constant/solverOptions
- +2 −0 run/tutorials/ToroFlames/F3/laminarPimpleSMOKE/constant/solverOptions
- +2 −0 run/tutorials/ToroFlames/F3/laminarSimpleSMOKE/constant/solverOptions
- +2 −0 run/validation/ToroFlames/F3/01-initial-solution/constant/solverOptions
- +2 −0 run/validation/ToroFlames/F3/02-steady-state/constant/solverOptions
- +2 −0 run/validation/ToroFlames/F3/03-fine-grid/constant/solverOptions
- +9 −1 solvers/laminarBuoyantPimpleSMOKE/laminarPimpleSMOKE.2x.H
- +8 −0 solvers/laminarBuoyantPimpleSMOKE/laminarPimpleSMOKE.3x.H
- +8 −0 solvers/laminarPimpleSMOKE/laminarPimpleSMOKE.2x.H
- +8 −0 solvers/laminarPimpleSMOKE/laminarPimpleSMOKE.3x.H
- +40 −0 solvers/laminarSMOKE/createChemicalFields.H
- +4 −3 solvers/laminarSMOKE/readOptions.H
- +27 −1 solvers/laminarSMOKE/unsteady/BatchReactorHomogeneousConstantPressure.H
- +43 −0 solvers/laminarSMOKE/unsteady/Policy_Compact.H
- +43 −0 solvers/laminarSMOKE/unsteady/Policy_MomentumCompact.H
- +1 −0 solvers/laminarSMOKE/unsteady/TEqn.H
- +3 −2 solvers/laminarSMOKE/unsteady/YEqn.H
- +157 −18 solvers/laminarSMOKE/unsteady/chemistry_DI.H
- +1 −1 solvers/openSMOKEpp4laminarSMOKE/maps/KineticsMap_CHEMKIN.hpp
| @@ -0,0 +1,43 @@ | ||
| +/*-----------------------------------------------------------------------*\ | ||
| +| | | ||
| +| ╔═══╦═╗╔═╦═══╦╗╔═╦═══╗ | | ||
| +| ║╔═╗║║╚╝║║╔═╗║║║╔╣╔══╝ | | ||
| +| ╔╗╔══╦╗╔╦╦═╗╔══╦═╣╚══╣╔╗╔╗║║ ║║╚╝╝║╚══╗ | | ||
| +| ║║║╔╗║╚╝╠╣╔╗╣╔╗║╔╩══╗║║║║║║║ ║║╔╗║║╔══╝ | | ||
| +| ║╚╣╔╗║║║║║║║║╔╗║║║╚═╝║║║║║║╚═╝║║║╚╣╚══╗ | | ||
| +| ╚═╩╝╚╩╩╩╩╩╝╚╩╝╚╩╝╚═══╩╝╚╝╚╩═══╩╝╚═╩═══╝ | | ||
| +| | | ||
| +| | | ||
| +| Authors: A. Cuoci | | ||
| +| | | ||
| +| Contacts: Alberto Cuoci | | ||
| +| email: alberto.cuoci@polimi.it | | ||
| +| Department of Chemistry, Materials and Chemical Engineering | | ||
| +| Politecnico di Milano | | ||
| +| P.zza Leonardo da Vinci 32, 20133 Milano (Italy) | | ||
| +| | | ||
| +|-------------------------------------------------------------------------| | ||
| +| | | ||
| +| This file is part of laminarSMOKE solver. | | ||
| +| | | ||
| +| License | | ||
| +| | | ||
| +| Copyright(C) 2016, 2015, 2014 A. Cuoci | | ||
| +| laminarSMOKE is free software: you can redistribute it and/or modify | | ||
| +| it under the terms of the GNU General Public License as published by | | ||
| +| the Free Software Foundation, either version 3 of the License, or | | ||
| +| (at your option) any later version. | | ||
| +| | | ||
| +| laminarSMOKE is distributed in the hope that it will be useful, | | ||
| +| but WITHOUT ANY WARRANTY; without even the implied warranty of | | ||
| +| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | ||
| +| GNU General Public License for more details. | | ||
| +| | | ||
| +| You should have received a copy of the GNU General Public License | | ||
| +| along with laminarSMOKE. If not, see <http://www.gnu.org/licenses/>. | | ||
| +| | | ||
| +\*-----------------------------------------------------------------------*/ | ||
| + | ||
| +{ | ||
| + #include "Policy_ReactionTransport.H" | ||
| +} |
Oops, something went wrong.
0 comments on commit
b9f1290