Input | Input | Input from previous Compute Component | Text |
CPUs | CPUs | Number of CPUs to run the simulation across. Valid choices are:
1, 2, 4, 8, 16, 18, 24, 36, 48, 64, 72, 96 | Integer |
Method | Method | Select which Radiance Method to use. | Integer |
Materials | Materials | This should be a list of materials generated with the Radiance Material components. | Text |
EPW File | EPW File | Path to where the EPW file is located. Only used for ThreePhase and Solar Radiation | Text |
Overrides | Overrides | Accepts the following overrides with defaults in JSON format:
{
"ambient_bounces": 4,
"ambient_divisions": 5000,
"limit_ray_weight": 0.0002,
"samples": 1000,
"reinhart_divisions": 1,
"keep_tmp": false
"suppress_warnings": false
"sun_only": false
"keep": {
"all": false,
"view": false,
"daylight": false,
"sky": false
}
"suppress_warnings": false,
"octree_resolution": 16384
} | Text |