Last modified 3 years ago
Last modified on 01/21/16 13:49:09
Input file fct keyword $MATRIX
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
FLUID_PROPERTIES/HT_EOS/FLUID_PROP.fct
8: $MATRIX 9- 186.436 50000 1.43700 ... 3515: $MATRIX 3516- 273.156 5.00000E+04 999.817000 ... 6903: $MATRIX 6904- 95 11743.6 0.24030 ...
FLUID_PROPERTIES/H_CO2-FLOW/CO2-FLOW.fct
8: $MATRIX 9- 186.436 50000 1.43700 ... 3515: $MATRIX 3516- 273.156 5.00000E+04 999.817000 ... 6903: $MATRIX 6904- 95 11743.6 0.24030 ...
THM/deco_2015_b2s1/deco_b2s1.fct
8: $MATRIX 9- 0.0 -1.e70 999.0 ... 1144: $MATRIX 1145- 0.000 0.0 0.7439 ... 1522: $MATRIX 1523- 0.000 0.000 1.0499 ...
Source code reading this keyword from Input files
FEM/rf_fct.cpp line 184
184: //...reads both arguments and depending function values in the given.. 185: //...matrix and saves them consecutively in variable_data_vector...... 186: //subkeyword found 187: if(line_string.find("$MATRIX") != string::npos) 188: { 189: for (i = 0; i < matrix_dimension[0] * matrix_dimension[1]; i++) 190: {
Last modified: 2016-01-21 13:49:01.140322
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.