mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
added template for cmfd.xml input file
This commit is contained in:
parent
a1e00aa53c
commit
8fdf453462
1 changed files with 15 additions and 0 deletions
15
src/xml-fortran/templates/cmfd_t.xml
Normal file
15
src/xml-fortran/templates/cmfd_t.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<template>
|
||||
|
||||
<options rootname="cmfd" />
|
||||
|
||||
<typedef name="mesh_xml">
|
||||
<component name="dimension" type="integer-array" />
|
||||
<component name="origin" type="double-array" />
|
||||
<component name="width" type="double-array" />
|
||||
</typedef>
|
||||
|
||||
<variable name="mesh_" tag="mesh" type="mesh_xml" />
|
||||
<variable name="energy_" tag="energy" type="word" length="250" default="''" />
|
||||
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue