22 std::vector<std::string>
node_template = {
"id",
"x",
"y",
"z",
"ix",
"iy",
"iz",
"irx",
"iry",
"irz",
"rotID" };
23 std::vector<std::string>
nodtrans_template = {
"rotID",
"Xx",
"Yy",
"Zz",
"Yx",
"Yy",
"Yz",
"Zx",
"Zy",
"Zz" };
24 std::vector<std::string>
coordsys_template = {
"rotID",
"Xx",
"Xy",
"Xz",
"Yx",
"Yy",
"Yz",
"Zx",
"Zy",
"Zz" };
25 std::vector<std::string>
pcoordsys_template = {
"rotID",
"Ox",
"Oy",
"Oz",
"Zx",
"Zy",
"Zz",
"Xx",
"Xy",
"Xz" };
28 std::vector<std::string>
beam_template = {
"elemID",
"node1",
"node2",
"material",
"geoID",
"vecID",
"ecc1",
"ecc2" };
29 std::vector<std::string>
trishell_template = {
"elemID",
"node1",
"node2",
"node3",
"material",
"geoID",
"vecID",
"ecc1",
"ecc2" };
30 std::vector<std::string>
quadshell_template = {
"elemID",
"node1",
"node2",
"node3",
"node4",
"material",
"geoID",
"coordID",
"ecc1",
"ecc2",
"ecc3",
"ecc4" };
32 std::vector<std::string>
pipe_template = {
"geoID",
"d_outer",
"thickness",
"shearY",
"shearZ" };
33 std::vector<std::string>
ihprofile_template = {
"geoID",
"height",
"T_web",
"W_top",
"T_top",
"W_bot",
"T_bot",
"shearY",
"shearZ" };
38 std::vector<std::string>
misoiep_template = {
"matID",
"E-module",
"poisson",
"yield",
"density",
"thermalExpansion" };
39 std::vector<std::string>
nodeload_template = {
"loadCaseID",
"nodeID",
"fx",
"fy",
"fz",
"mx",
"my",
"mz",
"ecc" };