|
5076 | 5076 | } |
5077 | 5077 | } |
5078 | 5078 | }, |
| 5079 | + "FlowSimulationViscous": { |
| 5080 | + "category": "Hydrology", |
| 5081 | + "description": "No description available", |
| 5082 | + "label": "FlowSimulationViscous", |
| 5083 | + "parameters": { |
| 5084 | + "filter_radius": { |
| 5085 | + "description": "No description", |
| 5086 | + "key": "filter_radius", |
| 5087 | + "label": "Filter Radius", |
| 5088 | + "type": "Float" |
| 5089 | + }, |
| 5090 | + "flow_power": { |
| 5091 | + "description": "No description", |
| 5092 | + "key": "flow_power", |
| 5093 | + "label": "Flow Power", |
| 5094 | + "type": "Float" |
| 5095 | + }, |
| 5096 | + "initial_depth": { |
| 5097 | + "description": "No description", |
| 5098 | + "key": "initial_depth", |
| 5099 | + "label": "Initial Material Depth", |
| 5100 | + "type": "Float" |
| 5101 | + }, |
| 5102 | + "post_filter": { |
| 5103 | + "description": "No description", |
| 5104 | + "key": "post_filter", |
| 5105 | + "label": "Enable Post Filtering", |
| 5106 | + "type": "Bool" |
| 5107 | + }, |
| 5108 | + "shift_to_zero": { |
| 5109 | + "description": "No description", |
| 5110 | + "key": "shift_to_zero", |
| 5111 | + "label": "Rebase Depth to Zero", |
| 5112 | + "type": "Bool" |
| 5113 | + }, |
| 5114 | + "simulation_duration": { |
| 5115 | + "description": "No description", |
| 5116 | + "key": "simulation_duration", |
| 5117 | + "label": "Simulation Duration", |
| 5118 | + "type": "Float" |
| 5119 | + }, |
| 5120 | + "solver_stride": { |
| 5121 | + "description": "No description", |
| 5122 | + "key": "solver_stride", |
| 5123 | + "label": "Solver Iteration Stride", |
| 5124 | + "type": "Integer" |
| 5125 | + } |
| 5126 | + }, |
| 5127 | + "ports": { |
| 5128 | + "depth": { |
| 5129 | + "caption": "depth", |
| 5130 | + "data_type": "VirtualArray", |
| 5131 | + "description": "No description", |
| 5132 | + "type": "output" |
| 5133 | + }, |
| 5134 | + "depth_in": { |
| 5135 | + "caption": "depth_in", |
| 5136 | + "data_type": "VirtualArray", |
| 5137 | + "description": "No description", |
| 5138 | + "type": "input" |
| 5139 | + }, |
| 5140 | + "depth_map": { |
| 5141 | + "caption": "depth_map", |
| 5142 | + "data_type": "VirtualArray", |
| 5143 | + "description": "No description", |
| 5144 | + "type": "input" |
| 5145 | + }, |
| 5146 | + "elevation": { |
| 5147 | + "caption": "elevation", |
| 5148 | + "data_type": "VirtualArray", |
| 5149 | + "description": "No description", |
| 5150 | + "type": "output" |
| 5151 | + }, |
| 5152 | + "elevation_in": { |
| 5153 | + "caption": "elevation_in", |
| 5154 | + "data_type": "VirtualArray", |
| 5155 | + "description": "No description", |
| 5156 | + "type": "input" |
| 5157 | + } |
| 5158 | + } |
| 5159 | + }, |
5079 | 5160 | "FlowStream": { |
5080 | 5161 | "category": "WIP", |
5081 | 5162 | "description": "TODO", |
|
0 commit comments