-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename GenerateFluctuationField to FluctuationFieldGenerator and typing
- Loading branch information
Showing
18 changed files
with
465 additions
and
415 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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,22 +1,22 @@ | ||
.. py:currentmodule:: drdmannturb | ||
Fluctuation Field Generation | ||
Fluctuation Field Generation | ||
============================ | ||
|
||
DRDMannTurb provides generic methods for generating fluctuation fields from specified spectra models. Please refer to :doc:`the UML diagram <./uml_fluct_gen>` to see the class hierarchy. | ||
DRDMannTurb provides generic methods for generating fluctuation fields from specified spectra models. Please refer to :doc:`the UML diagram <./uml_fluct_gen>` to see the class hierarchy. | ||
|
||
.. autoclass:: drdmannturb.GenerateFluctuationField | ||
:members: | ||
.. autoclass:: drdmannturb.FluctuationFieldGenerator | ||
:members: | ||
|
||
Plotting Utilities | ||
Plotting Utilities | ||
================== | ||
|
||
.. currentmodule:: drdmannturb.fluctuation_generation.wind_plot | ||
|
||
.. autofunction:: plot_velocity_magnitude | ||
|
||
.. autofunction:: plot_velocity_components | ||
.. autofunction:: plot_velocity_components | ||
|
||
.. autofunction:: format_wind_field | ||
.. autofunction:: format_wind_field | ||
|
||
.. autofunction:: create_grid |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.