-
Notifications
You must be signed in to change notification settings - Fork 1
Adds example 2 in chapter 50 of SFPE handbook. #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
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 f9b8622
Adds equation to list of similar equations, including equation in cib…
simonsantama 4dfe750
Adds equation to list of similar equations, including equation in cib…
simonsantama 7bfe119
Finishes 50-18 for rust
simonsantama 6af661c
Finishes 50-19
simonsantama a088e07
Finishes 50-18
simonsantama 4e648df
Update crates/fire_dynamics_tools/Cargo.toml
simonsantama d7e2113
Implements 50-19
simonsantama aabe100
Start of 50-20
simonsantama f5d17cd
Implements rust aspect of 50-20
simonsantama 8b3f07d
Finishes first implementation of 50-20
simonsantama 61e27a9
Minor changes to fix issues with docs
simonsantama d2d6e92
Update crates/python_api/docs/api/sfpe-handbook.rst
simonsantama 3d9423b
Update crates/python_api/src/sfpe_handbook/chapter_50/equation_50_19.rs
simonsantama 6820501
Update crates/sfpe_handbook/src/chapter_50/equation_50_20.rs
simonsantama cf1b2ed
fixes error in example
simonsantama 5e8a785
Resolves merge
simonsantama 3821a44
Adds examples 2 in chapter 50
simonsantama e859eb7
fix left navigation parent child relationships
JamieMaclean ac57f6b
remove from left navigation
JamieMaclean ef87d16
Intermediate commit
simonsantama bbf0cec
Merge branch 'main' into add_examples
simonsantama 40b060e
Finishes examples of chapter 50
simonsantama 9dfb852
Update crates/python_api/docs/examples/sfpe-handbook/chapter-50.rst
simonsantama File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 2 additions & 12 deletions
14
crates/python_api/docs/examples/sfpe-handbook-examples.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.