blockAbsorption
Distribution of solar input
Extends from Modelica.Blocks.Interfaces.BlockIcon.
Information
This model computes, how much of the transmitted solar input gets absorbed by the soil, by the vegetation, and by the pond, and how much gets reflected back out.
Parameters: apix: Portion of Biosphere covered by pond (default value = 0.4) avix: Portion of Biosphere covered by vegetation (default value = 0.4) laix: Leaf area index (default value = 2) refl: Reflectance of pond (default value = 0.05) vkx: Canopy light extinction coefficient (default value = 0.6) rhos: Reflectance of soil (default value = 0.13)
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | apix | 0.4 | Portion of Biosphere covered by pond |
| Real | avix | 0.4 | Portion of Biosphere covered by vegetation |
| Real | laix | 2 | Leaf area index |
| Real | refl | 0.05 | Reflectance of pond |
| Real | vkx | 0.6 | Canopy light extinction coefficient |
| Real | rhos | 0.13 | Reflectance of soil |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | Psoil | Power to soil | |
| Modelica.Blocks.Interfaces.RealOutput | Ppond | Power to pond | |
| Modelica.Blocks.Interfaces.RealOutput | Pveg | Power to vegetation | |
| Modelica.Blocks.Interfaces.RealInput | Pin | Incoming power | |
| Modelica.Blocks.Interfaces.RealOutput | Prefl | Reflected power |