@ferscloud/fers-calculation-web 0.2.44 → 0.2.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fers-models.d.ts +9 -2
- package/fers_calculations_bg.wasm +0 -0
- package/package.json +1 -1
package/fers-models.d.ts
CHANGED
|
@@ -963,8 +963,15 @@ export interface components {
|
|
|
963
963
|
* `[start, …section_forces…, end]` raw therefore draws a `value → −value` sawtooth;
|
|
964
964
|
* use [`MemberResult::internal_force_series`] (which negates the end node) for a
|
|
965
965
|
* continuous diagram, or negate `local_end_forces` yourself.
|
|
966
|
-
* - **Components.**
|
|
967
|
-
*
|
|
966
|
+
* - **Components.** `fx` is axial, `fy`/`fz` are shears, `mx` is torsion, `my`/`mz`
|
|
967
|
+
* are bending moments, `bw` is the warping bimoment.
|
|
968
|
+
* - **Axial sign caveat.** In the continuous internal series (`local_start_forces`,
|
|
969
|
+
* `section_forces`, negated `local_end_forces`) axial `fx` comes out
|
|
970
|
+
* **compression-positive / tension-negative**: the end-force recovery
|
|
971
|
+
* `q = k·u − f_eq` yields `local_start_forces.fx = −T` for a member in tension
|
|
972
|
+
* `T`, and the interior sections inherit it. Consumers that need a
|
|
973
|
+
* tension-positive axial value (e.g. code checks classifying compression) must
|
|
974
|
+
* flip the sign of the series value.
|
|
968
975
|
*/
|
|
969
976
|
MemberResult: {
|
|
970
977
|
/**
|
|
Binary file
|