-
Notifications
You must be signed in to change notification settings - Fork 21
Add ThrustCalculator
#1229
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
base: main
Are you sure you want to change the base?
Add ThrustCalculator
#1229
Changes from all commits
8ef214b
2388efd
ac8e18a
1ac2a49
5b1c85d
16647c2
a875ca0
35edcb2
71ff0ec
fc31569
6694821
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,8 +73,8 @@ export WeaklyCompressibleSPHSystem, EntropicallyDampedSPHSystem, TotalLagrangian | |
| export BoundaryZone, InFlow, OutFlow, BidirectionalFlow | ||
| export InfoCallback, SolutionSavingCallback, DensityReinitializationCallback, | ||
| PostprocessCallback, StepsizeCallback, UpdateCallback, SteadyStateReachedCallback, | ||
| SplitIntegrationCallback, MechanicalWorkCalculatorCallback, | ||
| calculated_mechanical_work, | ||
| SplitIntegrationCallback, MechanicalWorkCalculator, calculated_mechanical_work, | ||
|
efaulhaber marked this conversation as resolved.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WARNING: |
||
| ThrustCalculator, calculated_thrust, | ||
| SortingCallback | ||
| export ContinuityDensity, SummationDensity | ||
| export PenaltyForceGanzenmueller, TransportVelocityAdami, ParticleShiftingTechnique, | ||
|
|
||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
INFO: This autodocs block now includes
ThrustCalculator, but the section title and intro only mention mechanical work. Rename or expand the section so users can find thrust documentation under an accurate heading.