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

Input file mfp keyword #FLUID_PROPERTIES

Description

This keyword indicates the beginning of a fluid description. The description ends with the beginning of new block, i.e. #FLUID_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_mfp_new.cpp line 726

 726: 			return true;
 727: 		//----------------------------------------------------------------------
 728: 		// keyword found
 729: 		if(line_string.find("#FLUID_PROPERTIES") != std::string::npos)
 730: 		{
 731: 			m_mfp = new CFluidProperties();
 732: 			position = m_mfp->Read(&mfp_file);

Last modified: 2016-01-21 13:49:05.794543

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.