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

Input file mmp keyword $DIFFUSION

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GAS_FLOW/JTC/JT-Cooling_with_matrix/JTCooling.mmp

 11:  $DIFFUSION
 12-  273
   ...

GAS_FLOW/JTC/JT-Cooling_without_matrix/JTCooling.mmp

 11:  $DIFFUSION
 12-  273
   ...

H2/HeatPipe/Heatpipe.mmp

  7:  $DIFFUSION
  8-  273
   ...

HM/LinearSwelling/hm_swelling.mmp

  9:   $DIFFUSION
 10-    2273
   ...
 27:   $DIFFUSION
 28-    2273
   ...
 75:   $DIFFUSION
 76-    273
   ...

MPI/cube/thm/thm_cube.mmp

  9:   $DIFFUSION
 10-    273
   ...
 29:   $DIFFUSION
 30-    273
   ...
 49:   $DIFFUSION
 50-    273
   ...

PETSc/th2m/th2m_quad.mmp

 11:  $DIFFUSION
 12-    273
   ...

TH2M/JFNK/th2m_quad.mmp

 11:  $DIFFUSION
 12-    373
   ...

TH2M/Newton/th2m_quad.mmp

 11:  $DIFFUSION
 12-    373
   ...

TH2M/th2m_quad.mmp

 11:  $DIFFUSION
 12-    273
   ...

THM/deco_2015_b2s1/deco_b2s1.mmp

 12:   $DIFFUSION
 13-    1   1.5e-6    ;  heat_diffusion_model (1==constant) Base heat diffusion coefficient
   ...
 72:   $DIFFUSION
 73-    1   1.5e-6    ;  heat_diffusion_model (1==constant) Base heat diffusion coefficient
   ...

THM/thm_decov.mmp

  9:   $DIFFUSION
 10-    273
   ...
 27:   $DIFFUSION
 28-    273
   ...
 75:   $DIFFUSION
 76-    273
   ...

Source code reading this keyword from Input files

FEM/rf_mmp_new.cpp line 1691

1691: 			continue;
1692: 		}
1693: 		//subkeyword found
1694: 		if(line_string.find("$DIFFUSION") != std::string::npos)
1695: 		{
1696: 			in.str(GetLineFromFile1(mmp_file));
1697: 			in >> heat_diffusion_model;

Last modified: 2016-01-21 13:48:59.246515

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.