Prev Subsection 3.1.3: Multiple Input Files Up Subsection 3.1.3: Multiple Input Files Subsubsection 3.1.3.2: The `from' Attribute Next
3.1.3.1 Include Keyword
The Include keyword [G] [G] Supported from FEBio version 2.3 and up. can be used to include the contents of another FEBio input file. The filename is entered as the value of the tag.
<Include>example.feb</Include>
The included file must be a valid FEBio file in that it must begin with the febio_spec tag and contain sections defined in this document. However, the included file does not need to define a complete model definition. For instance, it can contain only the Mesh section.
Note that the contents of the entire file will be included. This is different from the from attribute discussed below, which can be used to include only certain sections from files.