You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# FANS Changelog
2
2
3
+
## v0.6.1
4
+
5
+
- Adds support to write integration point data to disk [#117](https://github.com/DataAnalyticsEngineering/FANS/pull/117)
6
+
3
7
## v0.6.0
4
8
5
9
- Introduce MaterialManager abstraction class to handle multiple material models within the microstructure [#115](https://github.com/DataAnalyticsEngineering/FANS/pull/115)
@@ -359,9 +359,10 @@ FANS also supports mixed boundary conditions, where some components can be strai
359
359
-`microstructure`: The original microstructure data.
360
360
-`displacement`: The displacement field (for mechanical problems) and temperature field (for thermal problems) at each voxel in the microstructure.
361
361
-`displacement_fluctuation`: The periodic displacement fluctuation field (for mechanical problems) and periodic temperature fluctuation field (for thermal problems at each voxel in the microstructure).
362
-
-`stress` and `strain`: The stress and strain fields at each voxel in the microstructure.
362
+
-`stress` and `strain`: The stress and strain fields (element-averaged) at each voxel in the microstructure.
363
+
-`stress_gp` and `strain_gp`: The stress and strain fields at all Gauss points within each element.
363
364
364
-
- Additional material model-specific results can be included depending on the problem type and material model.
365
+
- Additional material model-specific results can be included depending on the problem type and material model. For plasticity models, internal variables such as `plastic_strain`, `isotropic_hardening_variable`, etc., are available. Append `_gp` to these field names (e.g., `plastic_strain_gp`) to output data at all Gauss points.
0 commit comments