model.HydrostaticEquilibrium.properties#
- property HydrostaticEquilibrium.properties#
The properties of the
model.ClusterModel
instance. When passed to themodel.ClusterModel
object, the structure should be as a dictionary with the keys listed below and structure described therein. All of these are optional.- Parameters:
gravity (
dict
orstr
) – If a string is passed, it should be a gravity name corresponding to the desired gravity theory. All other properties of the gravitational theory will be taken as the standard default. If the value is another dictionary, the name of the preferred gravitational theory should be associated with the key'name'
. Further parameters should be supplied as they are described in the documentation for the corresponding gravitational theory.
Notes
In addition to the user specified properties, additional properties may be found in the
'meth'
key of the attribute. These are specified behind the scenes and dictate the behavior of certain backend behaviors. It is ill-advised to alter these properties without a thorough understanding of what they do.