lbl-srg / EnergyPlusToFMU

EnergyPlus export as a Functional Mockup Unit for co-simulation
41 stars 17 forks source link

Why is actuator's initial value a required field? #58

Open c-g-r opened 3 years ago

c-g-r commented 3 years ago

Hi!

When using BCVTB the ExternalInterface:Actuator can be left with empty initial value, meaning we don't want to overwrite the simulation default values. However, when using energyplus as a FMU it will complain that the initial value is a required field.

This forces the user to define some constant value during the warmup, which might not be ideal in cases where the actuator is controlling highly dynamic properties like ventilation.

Is this on purpose? Or is it a constraint from the setup as FMU?

Thank you beforehand!

tsnouidui commented 2 years ago

This value shouldn't be a required value. The change will be done in future versions of EnergyPlus.