Changes between Version 3 and Version 4 of HydroStaticStar
- Timestamp:
- 10/16/12 14:57:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HydroStaticStar
v3 v4 60 60 }}} 61 61 62 let's translate this condition under the form of the array specified above: 63 64 {{{ 65 #!latex 66 67 P(h) \rightarrow col(i,3)\\ 68 P(h+Δh) \rightarrow col(i+1,3)\\ 69 g(h) \rightarrow GravityForce \\ 70 \rho(h) \rightarrow half*(col(i,2)+col(i+1,2))\\ 71 Δh \rightarrow col(i+1,1)-col(i,1)\\ 72 }}} 62 this simpler form can be applied to our profile array, you can check the [wiki:Profiles Profiles] page to see how this is done.