SimpleDisplacementMachineTwoDir

model SimpleDisplacementMachineTwoDir
    import HydraulicsByFluidon.Media;
    import HydraulicsByFluidon.Media.Base.FluidInterface;

    extends HydraulicsByFluidon.Components.Pumps.Interfaces.PartialPump;
    extends Modelica.Mechanics.Rotational.Interfaces.PartialTwoFlanges;

    parameter Modelica.SIunits.Volume dispVolume = 5e-5 "Displacement volume of the machine";
equation
    /* Implementation is Protected */
end SimpleDisplacementMachineTwoDir;