[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:CoolingDemandTable
cooling_demand_details = openph_demand.to_table.cooling_demand:CoolingDemandMonthlyDetailsTable
cooling_demand_peak_month = openph_demand.to_table.cooling_demand:CoolingDemandPeakMonthDetailsTable
ground = openph_demand.to_table.ground:GroundTable
heating_demand = openph_demand.to_table.heating_demand:HeatingDemandTable
heating_demand_details = openph_demand.to_table.heating_demand:HeatingDemandDetailsTable
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

