Changes between Version 3 and Version 4 of HydroStaticStar


Ignore:
Timestamp:
10/16/12 14:57:54 (12 years ago)
Author:
idilernia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • HydroStaticStar

    v3 v4  
    6060}}}
    6161
    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 }}}
     62this simpler form can be applied to our profile array, you can check the [wiki:Profiles Profiles] page to see how this is done.