Working on YVN-10 (hooking up unit tests to MTK docs)

Added by J. Simmons almost 10 years ago

Dumping useful info about the test case we are using so Chris has it handy.

  • Goal: Reproduce Table 3 in the PressureVessel Report from data generated in the unit tests for the PressureVessel class
  • Notes:
    • Table 3 uses metric units, but the source data is in English units, so the unit tests need to run in English units and then tabulate the results in metric
    • The raw data (in English units) and the commands to convert the results to metric can be found near the end of the pressure_vessel_doc.tex
    • Jupyter notebooks have good integration with Pandas, I recommend storing the data generated by the unit tests in a data structure that can then be loaded into a Pandas object for display in the notebook that looks like the table just before Section 1.2 of the linked example