pyNastran/f06¶
This is the pyNastran.f06.rst file.
f06_writer Module¶

- defines the F06Writer class and:
write_f06(…)
-
pyNastran.f06.f06_writer.make_end(end_flag: bool = False, options: Optional[Dict[str, str]] = None) → str[source]¶ creates the F06 footer
f06_formatting Module¶
-
pyNastran.f06.f06_formatting.get_key0(adict)[source]¶ Gets the “first” key in a dictionary
The entry is kind of irrelevant.
-
pyNastran.f06.f06_formatting.get_key0_compare(adict)[source]¶ Gets the “first” key in a dictionary
The entry is kind of irrelevant.
-
pyNastran.f06.f06_formatting.write_float_11e(val: float) → str[source]¶ writes a Nastran formatted 11.4 float
-
pyNastran.f06.f06_formatting.write_float_12e(val: float) → str[source]¶ writes a Nastran formatted 12.5 float
-
pyNastran.f06.f06_formatting.write_float_13e(val: float) → str[source]¶ writes a Nastran formatted 13.6 float
-
pyNastran.f06.f06_formatting.write_floats_10e(vals: List[float]) → List[str][source]¶ writes a series of Nastran formatted 10.3 floats
-
pyNastran.f06.f06_formatting.write_floats_12e(vals: List[float]) → List[str][source]¶ writes a series of Nastran formatted 12.5 floats
-
pyNastran.f06.f06_formatting.write_floats_13e(vals: List[float]) → List[str][source]¶ writes a series of Nastran formatted 13.6 floats
-
pyNastran.f06.f06_formatting.write_floats_8p1e(vals: List[float]) → List[str][source]¶ writes an 8.1E formatted number
errors Module¶
