Skip to main content

rhsolpy: Rankine-Hugoniot relation solver for anisotropic plasmas

Project description

Rankine-Hugoniot relation solver for anisotropic plasmas.

Install/uninstall

  • install

    pip install rhsolpy==1.0.0a0
    
  • uninstall

    pip uninstall rhsolpy==1.0.0a0
    

Usage

import rhsolpy.rankine_hugoniot as rh
obj = rh.AnisotropicMHD()

obj.set_param(beta1=1e-2, eps1=1.0, eps2=0.6)
obj.solve()

obj.plot()
relations

Theoretical description

$$\begin{align*} \Lambda_a(\epsilon_2,\theta_1,M_{A2}^2)\cdot\epsilon_1^2M_{A1}^4 &+2\Lambda_b(\epsilon_1,\epsilon_2,\theta_1,\beta_1,M_{A2}^2)\cdot\epsilon_1M_{A1}^2\ &+\Lambda_c(\epsilon_1,\epsilon_2,\theta_1,\beta_1,M_{A2}^2)=0. \end{align*}$$

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rhsolpy-1.0.0a2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

rhsolpy-1.0.0a2-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page