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: RELEASE_NOTES.md
+18
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
Version vX.Y.Z -- Release date xxxx-xx-xx
2
+
==============================================
3
+
* Important Notes:
4
+
*
5
+
6
+
Notable changes include:
7
+
8
+
* New features/ API changes:
9
+
* Adding an optional second-stage problem start-up hook to the Physics package interface: Physics::initializeProblemStartupDependencies. The idea is to keep basic sizing
10
+
of arrays and such in the first stage (Physics::initializeProblemStartup), while this new hook is used for updating any initial Physics state (and therefore provides a
11
+
State and StateDerivatives object).
12
+
13
+
* Build changes / improvements:
14
+
*
15
+
16
+
* Bug Fixes / improvements:
17
+
* Fixed bug with ConstantBoundary in the presence of porosity with the new porosity models introduced in v2024.01.00.
rvQ = dataBase.newFluidFieldList(malphMin, HydroFieldNames::ArtificialViscousCqMultiplier); // This will override the Q initializer intializing these to unity.
rvQ = dataBase.newFluidFieldList(0.0, HydroFieldNames::ArtificialViscousCqMultiplier); // This will override the Q initializer intializing these to unity.
0 commit comments