Ejemplo n.º 1
0
        private IEnumerable <ITag> DocumentNDemand()
        {
            yield return(new Paragraph("The N demand is calculated as defined in NDemands, based on DM demand the N concentration of each biomass pool."));

            foreach (ITag tag in nDemands.Document())
            {
                yield return(tag);
            }
        }
Ejemplo n.º 2
0
        private IEnumerable <ITag> DocumentDMDemands()
        {
            yield return(new Paragraph("The dry matter demand for the organ is calculated as defined in DMDemands, based on the DMDemandFunction and partition fractions for each biomass pool."));

            foreach (ITag tag in dmDemands.Document())
            {
                yield return(tag);
            }
        }