Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 683 Bytes

File metadata and controls

24 lines (18 loc) · 683 Bytes

Modeling Standards

Use these standards for examples in this repository.

Minimum Example Requirements

Requirement Why It Matters
Clear engineering question Keeps examples tied to practical value
Assumption table Prevents simulation results from looking stronger than they are
Units on all parameters Makes results reproducible
Expected output Helps readers know whether the example ran correctly
Validation note Separates demonstration from verified model

README Pattern

Each example should include:

  • Engineering question.
  • Model scope.
  • Required products/toolboxes.
  • How to run.
  • Expected output.
  • Validation limits.