validate_process_parameters
Validate injection molding parameters against material specifications. Check melt/mold temperatures, estimate shear rate, calculate cooling time, and identify out-of-range values with correction suggestions.
Instructions
Validate injection molding process parameters against material processing window. Checks melt/mold temperature, estimates shear rate, calculates cooling time, and flags out-of-range values with suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | Yes | Material name or ID (e.g., "PA66-GF30", "ABS") | |
| melt_temp_C | No | Melt temperature in °C | |
| mold_temp_C | No | Mold temperature in °C | |
| injection_speed_mm_s | No | Injection speed in mm/s | |
| packing_pressure_MPa | No | Packing pressure in MPa | |
| wall_thickness_mm | No | Nominal wall thickness in mm | |
| cooling_time_s | No | Cooling time in seconds |