示例#1
0
 /// <summary>Clears this instance.</summary>
 private void Clear()
 {
     Live.Clear();
     Dead.Clear();
     dryMatterDemand.Clear();
     nitrogenDemand.Clear();
 }
示例#2
0
 /// <summary>Clears this instance.</summary>
 protected virtual void Clear()
 {
     Live = new Biomass();
     Dead = new Biomass();
     dryMatterSupply.Clear();
     nitrogenSupply.Clear();
     dryMatterDemand.Clear();
     nitrogenDemand.Clear();
     potentialDMAllocation           = 0.0;
     potentialStructuralDMAllocation = 0.0;
     potentialMetabolicDMAllocation  = 0.0;
     dryMatterDemand.Clear();
     Allocated.Clear();
     Senesced.Clear();
     Detached.Clear();
     Removed.Clear();
 }
示例#3
0
 /// <summary>Clears this instance.</summary>
 protected void Clear()
 {
     Height = 0;
     StartNRetranslocationSupply     = 0;
     StartNReallocationSupply        = 0;
     PotentialDMAllocation           = 0;
     PotentialStructuralDMAllocation = 0;
     PotentialMetabolicDMAllocation  = 0;
     StructuralDMDemand = 0;
     StorageDMDemand    = 0;
     LiveFWt            = 0;
     dryMatterDemand.Clear();
     dryMatterSupply.Clear();
     nitrogenDemand.Clear();
     nitrogenSupply.Clear();
 }