net.simplace.client.simulation.lap.HeatStressOnGrain

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcBeginDevStageDevelopment stage before anthesis which thermal sensitive period startDOUBLE1--0.8
constantcDaysBeforeAnthesisThermal sensitive days before anthesisINT1--0
constantcDaysFromAnthesisThermal sensitive days after anthesisINT1--0
constantcEndDevStageDevelopment stage before anthesis which thermal sensitive period endDOUBLE1--1.3
constantcTempCriticalCritical temperature threshold to start of heat stressDOUBLE°C--27.0
constantcTempLimitThe temperature which maximum heat stress occursDOUBLE°C--40.0
inputiAnthesisDateAnthesis dateDATE1---
inputiDevStageDevelopment stageDOUBLE1--0.0
inputiTMaxDaily maximum temperatureDOUBLE°C--0.0
inputiTMinDaily minimum temperatureDOUBLE°C--0.0
inputiTempSumTemperature sumDOUBLE°C d--0.0
inputiYieldSimulated yield before heat stress adjustmentDOUBLEg/m2--0.0
statesAffectedDaysDays which heat stress occursINT1--0
statesCumulatedHeatStressFactorCumulative heat stress factorDOUBLE1--0.0
statesDaysNumber of days related to thermal sensitive periodINT1--0
statesTDayDay time temperatureDOUBLE°C--0.0
raterDailyHeatStressFactorDaily heat stress factorDOUBLE1--0.0
AdjustedYieldAdjusted yield by heat stressDOUBLEg/m2null
BeginDOYBegin of thermal sensitive period (day of year format)INT1null
BeginDevStageBegin of thermal sensitive period (Development stage format)DOUBLE1null
BeginTempSumBegin of thermal sensitive period (temperature sum format)DOUBLE°C dnull
EndDOYEnd of thermal sensitive period (day of year format)INT1null
EndDevStageEnd of thermal sensitive period (Development stage format)DOUBLE1null
EndTempSumEnd of thermal sensitive period (temperature sum format)DOUBLE°C dnull
HeatStressFactorHeat stress factorDOUBLE1null



public class HeatStressOnGrain extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public HeatStressOnGrain(String aName, HashMap aFieldMap, HashMap aInputMap,
Element aSimComponentElement, FWSimVarMap aVarMap, int aOrderNumber);
public HeatStressOnGrain();


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent



// Protected Instance Methods
protected void init(); // Defines
net.simplace.simulation.model.FWSimComponent


protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent


protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.simulation.model.FWSimComponent


creates a clone from this SimComponent for use in other threads


}



Hierarchy: java.lang.Object - net.simplace.simulation.model.FWSimComponent (net.simplace.simulation.util.FWSimFieldContainer) - HeatStressOnGrain