Version 2 (modified by 12 years ago) ( diff ) | ,
---|
HydroStatic Star
Purpose
This module aims to reproduce a situation of hydrostatic equilibrium (HSE), a condition where a volume of a fluid is at rest or at constant velocity. This occurs when compression due to gravity is balanced by a pressure gradient force.
we can translate the image above into the condition:
Implementation
Two fundamental objects are used by this module:
For this module, the first step to recreate the solution is to determine a 1D profile in hydrostatic equilibrium, this profile can then be applied to a spherically symmetric 3D model using interpolation.
With a little bit of imagination we can think of a 1D column of gas as an array of values:
COLUMN TOP |
h5 | ρ5 | P5 |
h4 | ρ4 | P4 |
h3 | ρ3 | P3 |
h2 | ρ2 | P2 |
h1 | ρ1 | P1 |
h0 | ρ0 | P0 |
COLUMN BASE |
We can relate each level of the column to an position in an array which contains height (h), density(ρ) and pressure(P).
Attachments (4)
- Hydrostatic_equilibrium2.png (13.0 KB ) - added by 12 years ago.
- 2Dvs3D.png (67.2 KB ) - added by 12 years ago.
- plotshse2.png (58.9 KB ) - added by 12 years ago.
- 3Dhse.gif (152.8 KB ) - added by 12 years ago.
Download all attachments as: .zip