wiki:public/doc-auto/by_ext/mmp/S_particle_diameter
Last modified 3 years ago Last modified on 01/21/16 13:49:12

Input file mmp keyword $PARTICLE_DIAMETER

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.