GeneralRelativity#

class jinwu.physics.GeneralRelativity[source]#

Bases: object

基础相对论/多普勒与辐射变换工具类

Attributes Summary

Methods Summary

length_contraction(l_rest[, frame_from, ...])

show_formula([formula_type])

show_grmhd_equations()

显示理想磁流体的GRMHD方程组(MHD守恒形式)

show_radiation_transform([formula_type])

展示常用辐射变换公式

time_dilation(t_rest[, frame_from, frame_to])

Attributes Documentation

beta#
lorentz_factor#
v#

Methods Documentation

length_contraction(l_rest, frame_from='静止系', frame_to='运动系')[source]#
classmethod show_formula(formula_type='all')[source]#
classmethod show_grmhd_equations()[source]#

显示理想磁流体的GRMHD方程组(MHD守恒形式)

classmethod show_radiation_transform(formula_type='all')[source]#

展示常用辐射变换公式

time_dilation(t_rest, frame_from='静止系', frame_to='运动系')[source]#