You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use 'redeclare' instead of 'final redeclare', since there are modifiers for components of the class FluidConstants.
Component declared as FluidConstants fluidConstants in class ThermofluidStream.Media.myMedia.IdealGases.Common.SingleGasNasa.
Attempted modification at component context: ThermofluidStream.Media.myMedia.Air.DryAirNasa.fluidConstants in ThermofluidStream.Media.myMedia.Air.DryAirNasa (and a plenty of single gas models).
Problem detected in (actually where DryAirNasa is used, not necessary to change the following models):
ThermofluidStream.ThermofluidStream.Examples.SimpleGasTurbine.mo, line 5
ThermofluidStream.ThermofluidStream.Examples.SimpleCoolingCycle.mo, line 9
ThermofluidStream.ThermofluidStream.Examples.VaporCycle.mo, line 5
etc.
Possible solution: deleting final in redeclaration of FluidConstants in class Media.myMedia.IdealGases.Common.SingleGasNasa could fix the problem.
The text was updated successfully, but these errors were encountered:
Dymola's pedantic check complains the following.
FluidConstants fluidConstants
in classThermofluidStream.Media.myMedia.IdealGases.Common.SingleGasNasa
.ThermofluidStream.Media.myMedia.Air.DryAirNasa.fluidConstants
inThermofluidStream.Media.myMedia.Air.DryAirNasa
(and a plenty of single gas models).Problem detected in (actually where
DryAirNasa
is used, not necessary to change the following models):Possible solution: deleting
final
in redeclaration ofFluidConstants
in classMedia.myMedia.IdealGases.Common.SingleGasNasa
could fix the problem.The text was updated successfully, but these errors were encountered: