wiki:public/doc-auto/by_ext/mcp/H_component_properties
Last modified 3 years ago Last modified on 01/21/16 13:49:11

Input file mcp keyword #COMPONENT_PROPERTIES

This keyword indicates the start of a new block of properties of a reactive component.

Documentation from doxygen

None.

Used in benchmarks

Source code reading this keyword from Input files

FEM/rfmat_cp.cpp line 164

 164: 			break;
 165: 		//----------------------------------------------------------------------
 166: 		// keyword found
 167: 		if(line_string.find("#COMPONENT_PROPERTIES") != std::string::npos)
 168: 		{
 169: 			m_cp = new CompProperties();
 170: 			m_cp->file_base_name = file_base_name;

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

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.