[openph.solvers]
energy_demand = openph_demand.solvers:OpPhEnergyDemandSolver
ground = openph_demand.solvers:OpPhGroundSolver
solar_radiation = openph_demand.solvers:OpPhSolarRadiationSolver

[openph.table_views]
cooling_demand = openph_demand.to_table.cooling_demand:CoolingDemandMonthlyTable
cooling_demand_peak_month = openph_demand.to_table.cooling_demand:CoolingDemandPeakMonthTable
ground = openph_demand.to_table.ground:GroundTable
heating_demand = openph_demand.to_table.heating_demand:HeatingDemandTable
summer_opaque_surface_heat_gains = openph_demand.to_table.summer_radiation:SummerOpaqueSurfaceHeatGainsTable
summer_opaque_surface_radiation = openph_demand.to_table.summer_radiation:SummerOpaqueSurfaceRadiationTable
summer_window_surface_radiation = openph_demand.to_table.summer_radiation:SummerWindowSurfaceRadiationTable
summer_window_total_radiation = openph_demand.to_table.summer_radiation:SummerWindowTotalRadiationTable

