export type bodyInMedium = {
    coefficient: number;
    area: number;
    velocity: number;
    reynolds?: number;
};
