2025-11-15 10:23:02 -05:00
|
|
|
{
|
|
|
|
|
"design_variables": [
|
|
|
|
|
{
|
|
|
|
|
"name": "tip_thickness",
|
|
|
|
|
"type": "continuous",
|
|
|
|
|
"bounds": [
|
|
|
|
|
15.0,
|
|
|
|
|
25.0
|
|
|
|
|
],
|
|
|
|
|
"units": "mm",
|
|
|
|
|
"initial_value": 20.0
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "support_angle",
|
|
|
|
|
"type": "continuous",
|
|
|
|
|
"bounds": [
|
|
|
|
|
20.0,
|
|
|
|
|
40.0
|
|
|
|
|
],
|
|
|
|
|
"units": "degrees",
|
2025-11-15 11:23:57 -05:00
|
|
|
"initial_value": 35.0
|
2025-11-15 10:23:02 -05:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"objectives": [
|
|
|
|
|
{
|
|
|
|
|
"name": "minimize_mass",
|
|
|
|
|
"description": "Minimize total mass (weight reduction)",
|
|
|
|
|
"extractor": "mass_extractor",
|
|
|
|
|
"metric": "total_mass",
|
|
|
|
|
"direction": "minimize",
|
|
|
|
|
"weight": 5.0
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "minimize_max_stress",
|
|
|
|
|
"description": "Minimize maximum von Mises stress",
|
|
|
|
|
"extractor": "stress_extractor",
|
|
|
|
|
"metric": "max_von_mises",
|
|
|
|
|
"direction": "minimize",
|
|
|
|
|
"weight": 10.0
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"constraints": [
|
|
|
|
|
{
|
|
|
|
|
"name": "max_displacement_limit",
|
|
|
|
|
"description": "Maximum allowable displacement",
|
|
|
|
|
"extractor": "displacement_extractor",
|
|
|
|
|
"metric": "max_displacement",
|
|
|
|
|
"type": "upper_bound",
|
|
|
|
|
"limit": 1.0,
|
|
|
|
|
"units": "mm"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "max_stress_limit",
|
|
|
|
|
"description": "Maximum allowable von Mises stress",
|
|
|
|
|
"extractor": "stress_extractor",
|
|
|
|
|
"metric": "max_von_mises",
|
|
|
|
|
"type": "upper_bound",
|
|
|
|
|
"limit": 200.0,
|
|
|
|
|
"units": "MPa"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"optimization_settings": {
|
2025-11-15 12:52:53 -05:00
|
|
|
"n_trials": 50,
|
2025-11-15 10:23:02 -05:00
|
|
|
"sampler": "TPE",
|
2025-11-15 12:52:53 -05:00
|
|
|
"n_startup_trials": 20,
|
|
|
|
|
"tpe_n_ei_candidates": 24,
|
|
|
|
|
"tpe_multivariate": true,
|
|
|
|
|
"comment": "20 random trials for exploration, then 30 TPE trials for exploitation"
|
2025-11-15 10:23:02 -05:00
|
|
|
},
|
|
|
|
|
"model_info": {
|
2025-11-15 11:23:57 -05:00
|
|
|
"sim_file": "C:\\Users\\antoi\\Documents\\Atomaste\\Atomizer\\examples\\bracket\\Bracket_sim1.sim",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solutions": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Direct Frequency Response",
|
|
|
|
|
"type": "Direct Frequency Response",
|
|
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Nonlinear Statics",
|
|
|
|
|
"type": "Nonlinear Statics",
|
|
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-15 11:23:57 -05:00
|
|
|
"name": "Disable in Thermal Solution 2D",
|
|
|
|
|
"type": "Disable in Thermal Solution 2D",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-15 11:23:57 -05:00
|
|
|
"name": "Normal Modes",
|
|
|
|
|
"type": "Normal Modes",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Disable in Thermal Solution 3D",
|
|
|
|
|
"type": "Disable in Thermal Solution 3D",
|
|
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-15 11:23:57 -05:00
|
|
|
"name": "DisableInThermalSolution",
|
|
|
|
|
"type": "DisableInThermalSolution",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Direct Transient Response",
|
|
|
|
|
"type": "Direct Transient Response",
|
|
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "-Flow-Structural Coupled Solution Parameters",
|
|
|
|
|
"type": "-Flow-Structural Coupled Solution Parameters",
|
|
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-15 11:23:57 -05:00
|
|
|
"name": "\"ObjectDisableInThermalSolution2D",
|
|
|
|
|
"type": "\"ObjectDisableInThermalSolution2D",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-15 11:23:57 -05:00
|
|
|
"name": "1Pass Structural Contact Solution to Flow Solver",
|
|
|
|
|
"type": "1Pass Structural Contact Solution to Flow Solver",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-15 11:23:57 -05:00
|
|
|
"name": "Design Optimization",
|
|
|
|
|
"type": "Design Optimization",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-15 11:23:57 -05:00
|
|
|
"name": "Modal Frequency Response",
|
|
|
|
|
"type": "Modal Frequency Response",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "0Thermal-Structural Coupled Solution Parameters",
|
|
|
|
|
"type": "0Thermal-Structural Coupled Solution Parameters",
|
|
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-15 11:23:57 -05:00
|
|
|
"name": "*Thermal-Flow Coupled Solution Parameters",
|
|
|
|
|
"type": "*Thermal-Flow Coupled Solution Parameters",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-15 11:23:57 -05:00
|
|
|
"name": "Thermal Solution Parameters",
|
|
|
|
|
"type": "Thermal Solution Parameters",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-15 11:23:57 -05:00
|
|
|
"name": "\"ObjectDisableInThermalSolution3D",
|
|
|
|
|
"type": "\"ObjectDisableInThermalSolution3D",
|
|
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Linear Statics",
|
|
|
|
|
"type": "Linear Statics",
|
|
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Modal Transient Response",
|
|
|
|
|
"type": "Modal Transient Response",
|
2025-11-15 10:23:02 -05:00
|
|
|
"solver": "NX Nastran",
|
|
|
|
|
"description": "Extracted from binary .sim file"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|