Commit 6620904d52575bdedaf3c5b69002472eddce8e8a
1 parent
947a0e8c
Exists in
master
and in
112 other branches
Saturn Bowshocl Went
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
generic_data/Functions/plotCurves.xml
... | ... | @@ -47,6 +47,18 @@ |
47 | 47 | <param name="param1" internal="true" defaultValue="145"/> |
48 | 48 | <param name="ramPressure" internal="false" defaultValue="2.0"/> |
49 | 49 | </params> |
50 | + </curve> | |
51 | + <!-- Went et al; JGR 2011 | |
52 | + r = (1 + epsilon)*c1*Pdyn^(-1/c2) /(1 + epsilon*cos(theta)) | |
53 | + --> | |
54 | + <curve id="saturn_bowshock_went" name="Saturn Bowshock (Went, 2011)" functionName="saturn_bowshock_went"> | |
55 | + <params> | |
56 | + <param name="param1" internal="true" defaultValue="145"/> | |
57 | + <param name="epsilon" internal="true" defaultValue="0.84"/> | |
58 | + <param name="c1" internal="true" defaultValue="15.0"/> | |
59 | + <param name="c2" internal="true" defaultValue="5.4"/> | |
60 | + <param name="ramPressure" internal="false" defaultValue="0.045"/> | |
61 | + </params> | |
50 | 62 | </curve> |
51 | 63 | <curve id="venus_magnetopause" name="Venus Magnetopause" functionName="venus_magnetopause"> |
52 | 64 | <params> |
... | ... |