Category:Asteroids

From krc
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
  
 
The ability to work with tidally locked body will be developed in the future, but is not yet available.
 
The ability to work with tidally locked body will be developed in the future, but is not yet available.
 +
  
 
* Define the body type
 
* Define the body type
Line 43: Line 44:
  
 
* Define subsurface density/conductivity/specific heat profiles
 
* Define subsurface density/conductivity/specific heat profiles
 +
 +
DOCUMENT THIS SECTION

Revision as of 15:46, 8 November 2016

Running KRC for Non-Tidally Locked Airless Bodies

KRC can predict surface and subsurface temperatures for asteroids, comets, or any non-tidally locked body.

The ability to work with tidally locked body will be developed in the future, but is not yet available.


  • Define the body type

Planets and Pluto : No need to define bodytype

Mercury(!!!), Venus, Earth, Mars, Jupiter(!!!), Saturn(!!!), Uranus(!!!), Neptune(!!!), and Pluto can be modeled. (!!!): tidally locked or no rocky surface

Make sure to adjust the atmospheric parameters !

dv>krc(lat=12.,body="Pluto")
dv>


Comets : bodytype="comet"

dv>krc(lat=12.,bodytype="comet",body="1P-Halley",PTOTAL=0.)
dv>

A list of comets currently supported is provided here

Over 390,000 comets are supported

Make sure to turn off the atmosphere by setting PTOTAL=0.


Asteroids : bodytype="minor"

dv> out=krc(lat=0.,body="Bennu",bodytype="minor",PTOTAL=0.)
dv> 

A list of asteroids currently supported is provided here

Over 3200 comets are supported

Make sure to turn off the atmosphere by setting PTOTAL=0.


  • Define subsurface density/conductivity/specific heat profiles

DOCUMENT THIS SECTION

This category currently contains no pages or media.

Personal tools