Clean up unused BMAD workflow, agent, and command files across all IDE configurations (.agent, .clinerules, .cursor, .gemini, .github, .kilocode, .opencode) and internal module files (_bmad/bmb, _bmad/bmm). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "Water/water BPHX example",
|
|
"fluid": "R410A",
|
|
"circuits": [
|
|
{
|
|
"id": 0,
|
|
"name": "Refrigerant",
|
|
"components": [
|
|
{
|
|
"type": "BphxEvaporator",
|
|
"name": "evap",
|
|
"refrigerant": "R410A",
|
|
"secondary_fluid": "Water",
|
|
"mode": "dx",
|
|
"target_superheat_k": 5.0,
|
|
"dh_m": 0.003,
|
|
"area_m2": 0.5,
|
|
"n_plates": 20,
|
|
"hot_fluid": "Water",
|
|
"hot_t_inlet_c": 12.0,
|
|
"hot_pressure_bar": 2.0,
|
|
"hot_mass_flow_kg_s": 0.5,
|
|
"cold_fluid": "R410A",
|
|
"cold_t_inlet_c": 5.0,
|
|
"cold_pressure_bar": 4.0,
|
|
"cold_mass_flow_kg_s": 0.1
|
|
},
|
|
{
|
|
"type": "BphxCondenser",
|
|
"name": "cond",
|
|
"refrigerant": "R410A",
|
|
"secondary_fluid": "Water",
|
|
"target_subcooling_k": 3.0,
|
|
"dh_m": 0.003,
|
|
"area_m2": 0.5,
|
|
"n_plates": 20,
|
|
"hot_fluid": "R410A",
|
|
"hot_t_inlet_c": 45.0,
|
|
"hot_pressure_bar": 18.0,
|
|
"hot_mass_flow_kg_s": 0.1,
|
|
"cold_fluid": "Water",
|
|
"cold_t_inlet_c": 25.0,
|
|
"cold_pressure_bar": 2.0,
|
|
"cold_mass_flow_kg_s": 0.5
|
|
}
|
|
],
|
|
"edges": []
|
|
}
|
|
],
|
|
"solver": {
|
|
"strategy": "newton",
|
|
"max_iterations": 50,
|
|
"tolerance": 1e-6
|
|
}
|
|
}
|