Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e374c44
Initial implemetnatino of rust for all equations by CoPilot
simonsantama Jan 8, 2026
f9b8622
Adds equation to list of similar equations, including equation in cib…
simonsantama Jan 11, 2026
4dfe750
Adds equation to list of similar equations, including equation in cib…
simonsantama Jan 11, 2026
7bfe119
Finishes 50-18 for rust
simonsantama Jan 11, 2026
6af661c
Finishes 50-19
simonsantama Jan 11, 2026
a088e07
Finishes 50-18
simonsantama Jan 11, 2026
4e648df
Update crates/fire_dynamics_tools/Cargo.toml
simonsantama Jan 13, 2026
d7e2113
Implements 50-19
simonsantama Jan 15, 2026
aabe100
Start of 50-20
simonsantama Jan 15, 2026
f5d17cd
Implements rust aspect of 50-20
simonsantama Jan 15, 2026
8b3f07d
Finishes first implementation of 50-20
simonsantama Jan 15, 2026
61e27a9
Minor changes to fix issues with docs
simonsantama Jan 15, 2026
d2d6e92
Update crates/python_api/docs/api/sfpe-handbook.rst
simonsantama Jan 15, 2026
3d9423b
Update crates/python_api/src/sfpe_handbook/chapter_50/equation_50_19.rs
simonsantama Jan 15, 2026
6820501
Update crates/sfpe_handbook/src/chapter_50/equation_50_20.rs
simonsantama Jan 15, 2026
cf1b2ed
fixes error in example
simonsantama Jan 15, 2026
5e8a785
Resolves merge
simonsantama Jan 15, 2026
3821a44
Adds examples 2 in chapter 50
simonsantama Jan 15, 2026
e859eb7
fix left navigation parent child relationships
JamieMaclean Jan 15, 2026
ac57f6b
remove from left navigation
JamieMaclean Jan 15, 2026
ef87d16
Intermediate commit
simonsantama Jan 16, 2026
bbf0cec
Merge branch 'main' into add_examples
simonsantama Jan 16, 2026
40b060e
Finishes examples of chapter 50
simonsantama Jan 16, 2026
9dfb852
Update crates/python_api/docs/examples/sfpe-handbook/chapter-50.rst
simonsantama Jan 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/python_api/docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Available Example Categories
----------------------------

.. toctree::
:maxdepth: 1
:maxdepth: 3

thermal-radiation-examples
fire-dynamics-examples
Expand Down
14 changes: 2 additions & 12 deletions crates/python_api/docs/examples/sfpe-handbook-examples.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
SFPE Handbook
=============

This page will contain practical examples using SFPE Handbook calculations.
This page contains practical examples using SFPE Handbook calculations, organized by chapter.

Coming Soon
-----------

Examples for SFPE Handbook calculations will be added as the Python API is expanded to include more SFPE Handbook modules.

.. code-block:: python

import ofire

# Example: SFPE Handbook calculations
# (Examples will be added as modules are implemented)
.. include:: sfpe-handbook/chapter-50.rst
Loading