Dear all,
I'm following the tutorials of Moltres and in getting_started/input_syntax webpage, there are several discrepancies between the input blocks of input file nts.i and the latest available version on GitHub.
I put here the discrepancies that I have found.
- In GlobalParams Block, variable
temperature = temp should be temperature = 900
- In Precursors Block, block
[./pres] ... [../] should be [pres] ... []
- In Precursors Block, variable
block = 'fuel' should be block = 0
- In Precursors Block, variable
constant_velocity_values = true should be velocity_type = constant
- In Precursors Block, variable
v_def = ${flow_velocity} should be v_def = 18.085
- In Materials Block, a space is missing between equal sign and value in
prop_names (correct twice)
- In Postprocesors Block, variable
block = 0 should be included in input block [bnorm]
- In Postprocesors Block, variable
use_displaced_mesh = false should be included in input blocks [group1diff] and [group2diff]
- In Outputs Block, variable
print_graph = true should be perf_graph = true
- In the web page, Debug Block is explained while in the current input file this block is not present
- In the web page input block Vector Postprocessors Block is missing (this block is present in the current input file)
Kind regards,
Juan García
Dear all,
I'm following the tutorials of Moltres and in getting_started/input_syntax webpage, there are several discrepancies between the input blocks of input file
nts.iand the latest available version on GitHub.I put here the discrepancies that I have found.
temperature = tempshould betemperature = 900[./pres] ... [../]should be[pres] ... []block = 'fuel'should beblock = 0constant_velocity_values = trueshould bevelocity_type = constantv_def = ${flow_velocity}should bev_def = 18.085prop_names(correct twice)block = 0should be included in input block[bnorm]use_displaced_mesh = falseshould be included in input blocks[group1diff]and[group2diff]print_graph = trueshould beperf_graph = trueKind regards,
Juan García