docs: use fixed MITC4 reference tolerance
This commit is contained in:
+10
-9
@@ -84,18 +84,19 @@ Only matched global `U1/U2/U3` rows are blocking. `UR1/UR2/UR3` rows are compare
|
||||
reported as warning-only evidence. Reactions and stresses may be inspected but are not
|
||||
reference pass/fail quantities.
|
||||
|
||||
For each case and component `c`:
|
||||
For every matched U/UR row:
|
||||
|
||||
```text
|
||||
reference_scale_c = max_i(abs(abaqus_value_i,c))
|
||||
tolerance_c = 1e-9 + 1e-6 * reference_scale_c
|
||||
tolerance = 1.0e-5
|
||||
```
|
||||
|
||||
The `1e-9` absolute floor is expressed in the model's user-consistent length unit for
|
||||
translation and as a dimensionless rotation value for warning-only UR. Values are not
|
||||
zero-clamped. Missing, duplicate, unmatched, or nonfinite required rows fail before
|
||||
numeric tolerance evaluation. U tolerance failure fails reference verification; UR
|
||||
tolerance exceedance emits a deterministic warning only.
|
||||
The fixed value is expressed in the model's user-consistent length unit for translation
|
||||
and as a dimensionless rotation value for warning-only UR. Reference scale may remain
|
||||
diagnostic report data but does not enter the tolerance or normalized-error denominator.
|
||||
Values are not zero-clamped. Missing, duplicate, unmatched, or nonfinite required rows
|
||||
fail before numeric tolerance evaluation. U tolerance failure fails reference
|
||||
verification; UR tolerance exceedance emits a deterministic warning only. The B33 mixed
|
||||
tolerance remains unchanged.
|
||||
|
||||
No additional locking, convergence, distorted, curved, director-angle, or invalid
|
||||
geometry reference portfolio is required for this MITC4 implementation acceptance.
|
||||
@@ -146,7 +147,7 @@ For MITC4:
|
||||
|
||||
- fixed drilling stabilization closes `NR-O01` and removes `NR-O02` by scope;
|
||||
- `NR-O03` and `NR-O04` are removed from the approved verification scope;
|
||||
- the B33 mixed tolerance closes the blocking part of `NR-O05`;
|
||||
- the fixed absolute MITC4 tolerance `1.0e-5` closes the blocking part of `NR-O05`;
|
||||
- missing heavyweight reference metadata is `not-required-by-policy`;
|
||||
- confirmed formulation defects remain blocking.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user