<< CL_mod_IAUBodyAngles Models CL_mod_aeroPanelCoef >>

celestlab >> Models > CL_mod_aeroPanelAlpha

CL_mod_aeroPanelAlpha

Accommodation coefficient (Cook theory)

Calling Sequence

[alpha] = CL_mod_aeroPanelAlpha(alpha_k, m_mol_mass, m_mol_mass_p)

Description

Parameters

alpha_k:

Constant for the computation of the accommodation coefficient. (1xN or 1x1)

m_mol_mass:

Mean molar mass of incident flow molecules [kg/mol]. (1xN or 1x1)

m_mol_mass_p:

Mean molar mass of surface molecules [kg/mol]. (1xN or 1x1)

alpha:

Accommodation coefficient (between 0 and 1). (1xN)

Authors

Bibliography

See also

Examples

alpha_k = 4;
m_mol_mass = 0.015; // kg/mol
m_mol_mass_p = 0.016; // kg/mol
alpha = CL_mod_aeroPanelAlpha(alpha_k, m_mol_mass, m_mol_mass_p);

Report an issue
<< CL_mod_IAUBodyAngles Models CL_mod_aeroPanelCoef >>