Package models.fluid
Class FluidDemandGenerator
- java.lang.Object
-
- core.AbstractDemandGenerator
-
- models.fluid.FluidDemandGenerator
-
public class FluidDemandGenerator extends core.AbstractDemandGenerator
-
-
Constructor Summary
Constructors Constructor Description FluidDemandGenerator(Link link, Profile1D profile, Commodity commodity, Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
set_demand_vps(Dispatcher dispatcher, float time, double new_demand_vps)
void
validate(OTMErrorLog errorLog)
-
-
-
Method Detail
-
validate
public void validate(OTMErrorLog errorLog)
- Overrides:
validate
in classcore.AbstractDemandGenerator
-
set_demand_vps
public void set_demand_vps(Dispatcher dispatcher, float time, double new_demand_vps) throws OTMException
- Overrides:
set_demand_vps
in classcore.AbstractDemandGenerator
- Throws:
OTMException
-
-