Class TillageSoilProperties

java.lang.Object
net.simplace.sim.model.FWSimComponent
net.simplace.sim.components.management.tillage.TillageSoilProperties
All Implemented Interfaces:
net.simplace.sim.util.FWSimFieldContainer

public class TillageSoilProperties extends net.simplace.sim.model.FWSimComponent

Description

Author:
Gunther Krauss

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcInitialBulkDensityInitial bulk densityDOUBLEARRAYg/cm30.03.0-
constantcInitialClayPercentageInitial gravimetric texture percentage of clay. If not given it is calculated from 100 - (sand + silt)DOUBLEARRAY%0.0100.0-
constantcInitialGravelPercentageInitial volumetric texture percentage of gravel (additional to clay, silt, sand)DOUBLEARRAY%0.0100.0-
constantcInitialOrganicPercentageInitial gravimetric texture percentage of organic carbonDOUBLEARRAY%0.0100.0-
constantcInitialSandPercentageInitial gravimetric texture percentage of sand. If not given it is calculated from 100 - (clay + silt)DOUBLEARRAY%0.0100.0-
constantcInitialSiltPercentageInitial gravimetric texture percentage of silt. If not given it is calculated from 100 - (sand + clay)DOUBLEARRAY%0.0100.0-
constantcMixingEfficiencyMixing efficiencyDOUBLE-0.01.00.0
constantcSettlingToleranceThreshold of relative BulkDensity change when to stop settling calculationDOUBLE10.01.00.01
constantcSoilLayerDepthDepths of soil layersDOUBLEARRAYm0.0--
constantcTillageDepthDepth of tillageDOUBLEm0.0-0.0
inputiDoTillageTriggers tillageBOOLEAN---false
inputiPercolatingWaterWater percolating into layerDOUBLEARRAYmm/d---
outBulkDensityActual bulk densityDOUBLEARRAYg/cm30.03.0-
outClayPercentageActual gravimetric texture percentage of clay If not given it is calculated from 100 - (sand + silt)DOUBLEARRAY%0.0100.0-
outDaysAfterLastTillageNumber of days after tillageINTd0-0
outGravelPercentageActual volumetric texture percentage of gravel (additional to clay, silt, sand)DOUBLEARRAY%0.0100.0-
outMixingEfficiencyUsedMixing efficiency of recent tillageDOUBLE10.01.00.0
outNumberOfTillageEventsNumber of tillage eventsINT10-0
outOrganicPercentageActual gravimetric texture percentage of organic carbonDOUBLEARRAY%0.0100.0-
outPropertiesChangedTrue if properties have changed from previous day (due to tillage or settling)BOOLEAN---false
outSandPercentageActual gravimetric texture percentage of sand. If not given it is calculated from 100 - (clay + silt)DOUBLEARRAY%0.0100.0-
outSettledBulkDensityBulk density after settlingDOUBLEARRAYg/cm30.03.0-
outSettlingFinishedSettling of soil finishedBOOLEAN--false
outSiltPercentageActual gravimetric texture percentage of silt. If not given it is calculated from 100 - (sand + clay)DOUBLEARRAY%0.0100.0-
outTextureBalanceTexture balance should be around 0.DOUBLE1-1.0E-91.0E-90.0
outTillageDepthUsedTillage depth of recent tillageDOUBLEm0.0-0.0
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.simplace.sim.model.FWSimComponent

    net.simplace.sim.model.FWSimComponent.TEST_STATE
  • Field Summary

    Fields inherited from class net.simplace.sim.model.FWSimComponent

    iFieldMap, iFrequence, iInputMap, iJexlRule, iMasterComponentGroup, iName, iOrderNumber, isComponentGroup, iSimComponentElement, iSimModel, iVarMap
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    TillageSoilProperties(String aName, HashMap<String,net.simplace.sim.util.FWSimVariable<?>> aFieldMap, HashMap<String,String> aInputMap, org.jdom2.Element aSimComponentElement, net.simplace.sim.util.FWSimVarMap aVarMap, int aOrderNumber)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.simplace.sim.model.FWSimComponent
    clone(net.simplace.sim.util.FWSimVarMap aVarMap)
     
    HashMap<String,net.simplace.sim.util.FWSimVariable<?>>
     
    HashMap<String,net.simplace.sim.util.FWSimVariable<?>>
    fillTestVariables(int aParamIndex, net.simplace.sim.model.FWSimComponent.TEST_STATE aDefineOrCheck)
    called for single component test to check the components algorithm.
    protected void
     
    protected void
     

    Methods inherited from class net.simplace.sim.model.FWSimComponent

    addVariable, bind, checkCondition, createSimComponent, createSimComponent, createSimComponent, createSimComponent, doProcess, getConstantVariables, getContentType, getCreateFormXML, getDescription, getEditFormXML, getFieldMap, getFrequence, getFrequenceRuleScript, getInputs, getInputVariables, getMasterComponentGroup, getName, getOrderNumber, getOutputVariables, getVariable, getVariableField, getVarMap, initialize, isConditionCheck, isVariableAvailable, performLinks, performLinks, readInputs, removeVariable, reset, runComponentTest, setVariablesDefault, toComponentLinkingXML, toDocXML, toGroupXML, toOutputDefinitionXML, toResourcesDataXML, toResourcesDefinitionXML, toString, toXML, writeVarInfos

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TillageSoilProperties

      public TillageSoilProperties()
    • TillageSoilProperties

      public TillageSoilProperties(String aName, HashMap<String,net.simplace.sim.util.FWSimVariable<?>> aFieldMap, HashMap<String,String> aInputMap, org.jdom2.Element aSimComponentElement, net.simplace.sim.util.FWSimVarMap aVarMap, int aOrderNumber)
      Parameters:
      aName -
      aFieldMap -
      aInputMap -
      aSimComponentElement -
      aVarMap -
      aOrderNumber -
  • Method Details

    • createVariables

      public HashMap<String,net.simplace.sim.util.FWSimVariable<?>> createVariables()
      Specified by:
      createVariables in interface net.simplace.sim.util.FWSimFieldContainer
      Specified by:
      createVariables in class net.simplace.sim.model.FWSimComponent
    • init

      protected void init()
      Specified by:
      init in class net.simplace.sim.model.FWSimComponent
    • process

      protected void process()
      Specified by:
      process in class net.simplace.sim.model.FWSimComponent
    • fillTestVariables

      public HashMap<String,net.simplace.sim.util.FWSimVariable<?>> fillTestVariables(int aParamIndex, net.simplace.sim.model.FWSimComponent.TEST_STATE aDefineOrCheck)
      called for single component test to check the components algorithm.
      Specified by:
      fillTestVariables in class net.simplace.sim.model.FWSimComponent
      See Also:
      • net.simplace.sim.util.FWSimFieldContainer#fillTestVariables(int aParamIndex, TEST_STATE aDefineOrCheck)
    • clone

      protected net.simplace.sim.model.FWSimComponent clone(net.simplace.sim.util.FWSimVarMap aVarMap)
      Specified by:
      clone in class net.simplace.sim.model.FWSimComponent