@@ -2383,7 +2383,7 @@ def nodal_total_eqv_strain(self) -> np.ndarray:
2383
2383
2384
2384
Examples
2385
2385
--------
2386
- Total quivalent strain for the current result.
2386
+ Total equivalent strain for the current result.
2387
2387
2388
2388
>>> mapdl.post_processing.nodal_total_eqv_strain()
2389
2389
array([15488.84357602, 16434.95432337, 15683.2334295 , ...,
@@ -2757,7 +2757,7 @@ def nodal_elastic_eqv_strain(self) -> np.ndarray:
2757
2757
2758
2758
Examples
2759
2759
--------
2760
- Elastic quivalent strain for the current result.
2760
+ Elastic equivalent strain for the current result.
2761
2761
2762
2762
>>> mapdl.post_processing.nodal_elastic_eqv_strain()
2763
2763
array([15488.84357602, 16434.95432337, 15683.2334295 , ...,
@@ -3138,7 +3138,7 @@ def nodal_plastic_eqv_strain(self) -> np.ndarray:
3138
3138
3139
3139
Examples
3140
3140
--------
3141
- Plastic quivalent strain for the current result
3141
+ Plastic equivalent strain for the current result
3142
3142
3143
3143
>>> mapdl.post_processing.nodal_plastic_eqv_strain()
3144
3144
array([15488.84357602, 16434.95432337, 15683.2334295 , ...,
@@ -3526,7 +3526,7 @@ def nodal_thermal_eqv_strain(self) -> np.ndarray:
3526
3526
3527
3527
Examples
3528
3528
--------
3529
- Thermal quivalent strain for the current result.
3529
+ Thermal equivalent strain for the current result.
3530
3530
3531
3531
>>> mapdl.post_processing.nodal_thermal_eqv_strain()
3532
3532
array([15488.84357602, 16434.95432337, 15683.2334295 , ...,
@@ -3618,7 +3618,7 @@ def nodal_contact_friction_stress(self) -> np.ndarray:
3618
3618
3619
3619
Examples
3620
3620
--------
3621
- Thermal quivalent strain for the current result.
3621
+ Thermal equivalent strain for the current result.
3622
3622
3623
3623
>>> mapdl.post_processing.nodal_contact_friction_stress()
3624
3624
array([15488.84357602, 16434.95432337, 15683.2334295 , ...,
0 commit comments