Input file mmp keyword $PARTICLE_DIAMETER
-
Input file mmp keyword $PARTICLE_DIAMETER
- Documentation from doxygen
-
Used in benchmarks
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T2HC/Convection_2D/conv_2 …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T2HC/Convection_2D_axi/co …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T2HC/friction/Friction_te …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T2HC/heat_of_reaction/rea …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TES/Convection_2D/conv_2D …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TES/Convection_2D_axi/con …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TES/friction/Friction_tes …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TES/heat_of_reaction/reac …
- Source code reading this keyword from Input files
Description
Besides heat transfer coefficient, heat transfer mechanism is greatly affected by particle size, which is specified by the keyword #PARTICLE_DIAMETER. The decrease in particle diameter means a larger surface area for the heat transfer between solid and fluid. This parameter is used in the heat transfer process such as local thermal non-equilibrium and gas-solid reactions.
Parameters
int double
i.e. model type, particle diameter The model type is 1 to activate or 0 to deactivate the heat transfer model, followed by the particle diameter (in meter). In the example given below, the first value (i.e.) means the heat transfer model is activated, followed by the particle diameter i.e. 0.00005 meter.
Example
#MEDIUM_PROPERTIES . . . $HEAT_TRANSFER 1 1000 $PARTICLE_DIAMETER 1 0.00005 . . . . #STOP
Documentation from doxygen
None.
Used in benchmarks
T2HC/Convection_2D/conv_2D_cart.mmp
17: $PARTICLE_DIAMETER 18- 1 0.00005 ...
T2HC/Convection_2D_axi/conv_2D_axi.mmp
17: $PARTICLE_DIAMETER 18- 1 0.00005 ...
T2HC/friction/Friction_test.mmp
17: $PARTICLE_DIAMETER 18- 1 0.00005 ...
T2HC/heat_of_reaction/reaction_heat.mmp
17: $PARTICLE_DIAMETER 18- 1 0.00005 ...
TES/Convection_2D/conv_2D_cart.mmp
17: $PARTICLE_DIAMETER 18- 1 0.00005 ...
TES/Convection_2D_axi/conv_2D_axi.mmp
17: $PARTICLE_DIAMETER 18- 1 0.00005 ...
TES/friction/Friction_test.mmp
17: $PARTICLE_DIAMETER 18- 1 0.00005 ...
TES/heat_of_reaction/reaction_heat.mmp
17: $PARTICLE_DIAMETER 18- 1 0.00005 ...
Source code reading this keyword from Input files
FEM/rf_mmp_new.cpp line 1877
1877: //------------------------------------------------------------------------ 1878: // Particle diameter 1879: //------------------------------------------------------------------------ 1880: if(line_string.find("$PARTICLE_DIAMETER")!=std::string::npos) //NW 1881: { 1882: in.str(GetLineFromFile1(mmp_file)); 1883: in >> particle_diameter_model;
Last modified: 2016-01-21 13:48:59.462208
This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.
If you want to edit the handwritten part of this page, please do so here.