Calculate the propellant mass fraction (PMF), a key performance metric for rockets and spacecraft, based on initial (wet) and final (dry) mass.
Enter values to see visualization
The chart will show mass distribution and fractions
m_p
) to the initial (total) mass (m_0
) of the vehicle.PMF = m_p / m_0 = m_p / (m_s + m_p)
, where m_s
is the structural mass (dry mass).This tool is open source and the underlying logic is fully transparent. You can view the source code, understand the calculations, and even contribute improvements to make it better for everyone.
View Source Code