src.utils.user_data#
Classes
|
Loads user defined initial conditions. |
- class src.utils.user_data.UserDataInit(**kwargs)#
Loads user defined initial conditions. Specifically, all attributes of the class object defined in the initial condition is overwritten.
Attributes#
**kwargs: class object
- __init__(**kwargs)#
- compute_u_ref()#
- compute_Msq()#
- compute_gravity()#
- compute_coriolis()#
- compute_cp_gas()#
- compute_rho_ref()#
- compute_N_ref()#
- compute_Cs()#
- static stratification_function(y)#
- update_ud(obj)#
- property R_gas#
- property T_ref#
- property grav#
- property h_ref#
- property t_ref#
- property omega#
- property gamm#
- property p_ref#