Klasse TillageSoilProperties

java.lang.Object
net.simplace.sim.model.FWSimComponent
net.simplace.sim.components.management.tillage.TillageSoilProperties
Alle implementierten Schnittstellen:
net.simplace.sim.util.FWSimFieldContainer

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

Description

Autor:
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
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen net.simplace.sim.model.FWSimComponent

    net.simplace.sim.model.FWSimComponent.TEST_STATE
  • Feldübersicht

    Von Klasse geerbte Felder net.simplace.sim.model.FWSimComponent

    iFieldMap, iFrequence, iInputMap, iJexlRule, iMasterComponentGroup, iName, iOrderNumber, isComponentGroup, iSimComponentElement, iSimModel, iVarMap
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
    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)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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
     

    Von Klasse geerbte Methoden 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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Konstruktordetails

    • 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)
      Parameter:
      aName -
      aFieldMap -
      aInputMap -
      aSimComponentElement -
      aVarMap -
      aOrderNumber -
  • Methodendetails

    • createVariables

      public HashMap<String,net.simplace.sim.util.FWSimVariable<?>> createVariables()
      Angegeben von:
      createVariables in Schnittstelle net.simplace.sim.util.FWSimFieldContainer
      Angegeben von:
      createVariables in Klasse net.simplace.sim.model.FWSimComponent
    • init

      protected void init()
      Angegeben von:
      init in Klasse net.simplace.sim.model.FWSimComponent
    • process

      protected void process()
      Angegeben von:
      process in Klasse 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.
      Angegeben von:
      fillTestVariables in Klasse net.simplace.sim.model.FWSimComponent
      Siehe auch:
      • Ungültige Referenz
        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)
      Angegeben von:
      clone in Klasse net.simplace.sim.model.FWSimComponent