# Interface definition for thorn NHTWNN # $Header$ implements: newtonian inherits: grid public: cctk_real hydro type = GF { rho eps velx vely velz press dens tau sx sy sz } "Newtonian Hydro Variables" cctk_real potential type = GF { phi } "Newtonian Potential" cctk_real rotate type = GF { rotate_rad } "grid functions for rotating star" cctk_real new_analysis type = SCALAR { tol_mass an_momx an_momy an_momz } "total mass..etc" private: cctk_real temps type = GF { rho_l rho_r eps_l eps_r velx_l velx_r vely_l vely_r velz_l velz_r rho_xf rho_yf rho_zf eps_xf eps_yf eps_zf velx_xf velx_yf velx_zf vely_xf vely_yf vely_zf velz_xf velz_yf velz_zf } "GFs for temporary evaluations" cctk_real analysis type = GF { rho_error velx_error vely_error velz_error eps_error press_error dens_error sx_error sy_error sz_error tau_error phi_error } "Newtonain Analysis GFs" cctk_real entropy type = GF { entropy d_entropy } "Entropy GFs" public: cctk_real elliptic type = GF { Potential_linear Potential_source } "Elliptic GFs"