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

Input file mmp keyword #MEDIUM_PROPERTIES

Description

This keyword indicates the beginning of the material description. Each material-properties-block defines parameters and properties of the according medium. The first block refers to material number 00, 2nd block to 01, 3rd block to 02, and so on. The material numbers itself are assigned to elements within the mesh file (*.msh). Therefore, the complete input includes one block more as the highest material number given in the mesh file (because counting from zero). The description of one medium ends with the beginning of new block, i.e. #MEDIUM_PROPERTIES, or with the file input terminator #STOP.

Documentation from doxygen

None.

Used in benchmarks

Source code reading this keyword from Input files

FEM/rf_mmp_new.cpp line 210

 210: 		}
 211: 		//----------------------------------------------------------------------
 212: 		// keyword found
 213: 		if(line_string.find("#MEDIUM_PROPERTIES") != string::npos)
 214: 		{
 215: 			m_mat_mp = new CMediumProperties();
 216: 			position = m_mat_mp->Read(&mp_file);

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

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.