ModifiedHankelFunctionsOfOrderOneThird
Solutions to Stokes' differential equation.
https://github.com/fgasdia/modifiedhankelfunctionsoforderonethird.jl
Science Score: 38.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 6 committers (16.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Solutions to Stokes' differential equation.
Basic Info
- Host: GitHub
- Owner: fgasdia
- License: mit
- Language: Julia
- Default Branch: master
- Size: 399 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
Modified Hankel Functions Of Order One Third and Their Derivatives
Solutions to Stokes' differential equation:
From Tables of the Modified Hankel Functions of Order One-Third and of their Derivatives:
Its only singularity is an irregular singularity at infinity. The equation occurs in the description of simple cases of diffraction and of refraction of waves. The general solution of [Stokes' equation] can be written in terms of Bessel functions of order one-third. The tabulation of these Bessel functions for complex arguments would make possible the computation of solutions of [Stokes' equation] for complex arguments. The direct tabulation of solutions of [Stokes' equation] should, however, be preferred to that of Bessel functions of order one-third. Unlike Bessel's equation, [Stokes' equation] has no singularity in the finite complex plane and its solutions are single-valued, whereas the Bessel functions of order one-third are not.
Usage
```julia using ModifiedHankelFunctionsOfOrderOneThird
h1, h2, h1prime, h2prime = modifiedhankel(z) ```
The functions h₁ and h₂
An independent pair of solutions, valid for all values of , is
and
where .
The contours of integration and
are
with . We take
.
Solutions
Two solution approaches are used. If abs2(z) < 36, a power series solution is used. Otherwise, an asymptotic expansion is performed because of floating point limits in the power series.
Power series
Stokes' equation may be solved in a power series of , valid in the entire complex plane,
where
Asymptotic expansion
The asymptotic expansions can be used to estimate ,
, and their derivatives, although in general with less accuracy than the power series. Two expansions are required depending on the value of
arg z. The existence of two expressions of different forms which represent asymptotically the same integral function is an example of Stokes' phenomenon.
The expansion for for
is
where
See the source for the full sets of solutions.
References
The Staff of the Computation Library (1945), Tables of the modified Hankel function of order one-third and of their derivatives. Cambridge, MA: Harvard University Press.
Citing
We encourage you to cite this package if used in scientific work. See the Zenodo badge above or refer to CITATION.bib.
Owner
- Name: Forrest Gasdia
- Login: fgasdia
- Kind: user
- Repositories: 8
- Profile: https://github.com/fgasdia
Citation (CITATION.bib)
@misc{Gasdia19,
author = {Forrest Gasdia},
title = {ModifiedHankelFunctionsOfOrderOneThird.jl: solutions to Stokes' differential equation in the Julia programming language},
year = 2019,
doi = {10.5281/zenodo.3522565},
url = {https://doi.org/10.5281/zenodo.3522565}
}
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 124
- Total Committers: 6
- Avg Commits per committer: 20.667
- Development Distribution Score (DDS): 0.556
Top Committers
| Name | Commits | |
|---|---|---|
| Forrest Gasdia | f****a@u****m | 55 |
| Forrest Gasdia | E****y@u****m | 39 |
| fgasdia | 1****a@u****m | 18 |
| texify[bot] | 3****]@u****m | 10 |
| Steven G. Johnson | s****j@m****u | 1 |
| fgasdia | f****a@n****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 9
- Total pull requests: 20
- Average time to close issues: 1 day
- Average time to close pull requests: about 2 hours
- Total issue authors: 3
- Total pull request authors: 2
- Average comments per issue: 1.44
- Average comments per pull request: 0.1
- Merged pull requests: 20
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- fgasdia (7)
- stevengj (1)
- JuliaTagBot (1)
Pull Request Authors
- fgasdia (19)
- stevengj (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 7 total
- Total dependent packages: 1
- Total dependent repositories: 0
- Total versions: 8
juliahub.com: ModifiedHankelFunctionsOfOrderOneThird
Solutions to Stokes' differential equation.
- Documentation: https://docs.juliahub.com/General/ModifiedHankelFunctionsOfOrderOneThird/stable/
- License: MIT
-
Latest release: 1.1.3
published over 4 years ago