Top |
struct | NcHIPertITwoFluidsEOM |
enum | NcHIPertITwoFluidsVars |
#define | NC_HIPERT_ITWO_FLUIDS_VARS_Q_R1 |
#define | NC_HIPERT_ITWO_FLUIDS_VARS_Q_R2 |
#define | NC_HIPERT_ITWO_FLUIDS_VARS_P_R1 |
#define | NC_HIPERT_ITWO_FLUIDS_VARS_P_R2 |
#define | NC_HIPERT_ITWO_FLUIDS_VARS_Q_I1 |
#define | NC_HIPERT_ITWO_FLUIDS_VARS_Q_I2 |
#define | NC_HIPERT_ITWO_FLUIDS_VARS_P_I1 |
#define | NC_HIPERT_ITWO_FLUIDS_VARS_P_I2 |
struct | NcHIPertITwoFluidsTV |
GBoxed ├── NcHIPertITwoFluidsEOM ╰── NcHIPertITwoFluidsTV GEnum ╰── NcHIPertITwoFluidsVars GInterface ╰── NcHIPertITwoFluids
NcHIPertITwoFluidsEOM * (*NcHIPertITwoFluidsFuncEOM) (NcHIPertITwoFluids *itf
,gdouble alpha
,gdouble k
);
NcHIPertITwoFluidsTV * (*NcHIPertITwoFluidsFuncTV) (NcHIPertITwoFluids *itf
,gdouble alpha
,gdouble k
);
NcHIPertITwoFluidsEOM *
nc_hipert_itwo_fluids_eom_dup (NcHIPertITwoFluidsEOM *tf_eom
);
Duplicates tf_eom
.
void
nc_hipert_itwo_fluids_eom_free (NcHIPertITwoFluidsEOM *tf_eom
);
Frees tf_eom
.
NcHIPertITwoFluidsTV *
nc_hipert_itwo_fluids_tv_dup (NcHIPertITwoFluidsTV *tf_tv
);
Duplicates tf_tv
.
void
nc_hipert_itwo_fluids_tv_free (NcHIPertITwoFluidsTV *tf_tv
);
Frees tf_tv
.
NcHIPertITwoFluidsEOM * nc_hipert_itwo_fluids_eom_eval (NcHIPertITwoFluids *itf
,gdouble alpha
,gdouble k
);
Computes the coefficients of the differential equation for the perturbations of the two fluids system.
NcHIPertITwoFluidsTV * nc_hipert_itwo_fluids_tv_eval (NcHIPertITwoFluids *itf
,gdouble alpha
,gdouble k
);
Computes the transformation matrix between the perturbations of the two fluids system and the variables used in the differential equation.
#define NC_HIPERT_ITWO_FLUIDS_VARS_Q_R1 NC_HIPERT_ITWO_FLUIDS_VARS_ZETA_R
#define NC_HIPERT_ITWO_FLUIDS_VARS_Q_R2 NC_HIPERT_ITWO_FLUIDS_VARS_S_R
#define NC_HIPERT_ITWO_FLUIDS_VARS_P_R1 NC_HIPERT_ITWO_FLUIDS_VARS_PZETA_R
#define NC_HIPERT_ITWO_FLUIDS_VARS_P_R2 NC_HIPERT_ITWO_FLUIDS_VARS_PS_R
#define NC_HIPERT_ITWO_FLUIDS_VARS_Q_I1 NC_HIPERT_ITWO_FLUIDS_VARS_ZETA_I
#define NC_HIPERT_ITWO_FLUIDS_VARS_Q_I2 NC_HIPERT_ITWO_FLUIDS_VARS_S_I
#define NC_HIPERT_ITWO_FLUIDS_VARS_P_I1 NC_HIPERT_ITWO_FLUIDS_VARS_PZETA_I
#define NC_HIPERT_ITWO_FLUIDS_VARS_P_I2 NC_HIPERT_ITWO_FLUIDS_VARS_PS_I