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": 1,
|
||||
"timestamp": "2025-11-25T09:43:11.087105",
|
||||
"atomizer_study": "uav_arm_atomizerfield_test",
|
||||
"design_parameters": {
|
||||
"beam_half_core_thickness": 5.780093202212183,
|
||||
"beam_face_thickness": 1.3119890406724053,
|
||||
"holes_diameter": 12.32334448672798,
|
||||
"hole_count": 13.197056874649611
|
||||
},
|
||||
"results": {
|
||||
"objectives": {
|
||||
"mass": 3358.8179313839833,
|
||||
"frequency": 15.898102760314941
|
||||
},
|
||||
"constraints": {
|
||||
"max_displacement_limit": 0.040556859225034714,
|
||||
"max_stress_limit": 759.5623779296875,
|
||||
"min_frequency_limit": 15.898102760314941
|
||||
},
|
||||
"max_stress": 759.5623779296875,
|
||||
"max_displacement": 0.040556859225034714,
|
||||
"feasible": false
|
||||
}
|
||||
}
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user