feat: Add AtomizerField training data export and intelligent model discovery
Major additions: - Training data export system for AtomizerField neural network training - Bracket stiffness optimization study with 50+ training samples - Intelligent NX model discovery (auto-detect solutions, expressions, mesh) - Result extractors module for displacement, stress, frequency, mass - User-generated NX journals for advanced workflows - Archive structure for legacy scripts and test outputs - Protocol documentation and dashboard launcher 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"trial_number": 22,
|
||||
"timestamp": "2025-11-25T09:48:07.507310",
|
||||
"atomizer_study": "uav_arm_atomizerfield_test",
|
||||
"design_parameters": {
|
||||
"beam_half_core_thickness": 8.11649063413779,
|
||||
"beam_face_thickness": 1.1953442280127677,
|
||||
"holes_diameter": 43.14950036607718,
|
||||
"hole_count": 10.640914962437607
|
||||
},
|
||||
"results": {
|
||||
"objectives": {
|
||||
"mass": 3911.726848195828,
|
||||
"frequency": 16.64651870727539
|
||||
},
|
||||
"constraints": {
|
||||
"max_displacement_limit": 0.036786045879125595,
|
||||
"max_stress_limit": 908.2288208007812,
|
||||
"min_frequency_limit": 16.64651870727539
|
||||
},
|
||||
"max_stress": 908.2288208007812,
|
||||
"max_displacement": 0.036786045879125595,
|
||||
"feasible": false
|
||||
}
|
||||
}
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user