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
Introduced the concept of a "study", which is similar to a task but uses standardized input format, called the "options file" and produces an FEBio report.
Added timer for serialization. Several previously un-timed functions are now included in the Update timer.
Implemented "max shear strain" log variable.
Strain based element erosion criterion
Added error to optimization report.
Optimization task can now print a summary report of the results.
Added "tet-quality" mesh adaptor criterion and plot variable.
Added range to "density" parameter.
Added Tangent_ShearViscosity_StrainRate member to all visous fluid materials.
Implemented some support for nlopt's optimization algorithms.
Improvements:
Performance improvements for contact algorithms that make use of octrees (e.g. sliding-elastic).
The plot file now stores the filename that was used to create it.
Modified the "parameter_sweep" task to a study.
Options files for studies now start with febio_study.
Had to override writeNodalProjectedElementValues to avoid copying of FEParamDouble.
Moved construction of local element list in FEFluidFSITraction from Init() to Activate() so that it is reconstructed after remeshing.
Ensured that surface element pointers to elements are correctly re-initialized during hex-refine2d remeshing.
Node numbers are now validated when building edges from the input file.
Updated Starling parameters' meta. [skip ci]
This change is needed to make the reversion of a prior commit on thermofluids remain compatible with the rest of the code
Minor changes to the optimization input parameter classes.
Modified FEThermoViscousFluid to include up to six FEFunction1D scale factors for temperature-dependent properties in fluids. Modified FENewtonianThermoFluid to take advantage of this feature.
Updated build files to include nlopt dependency
Bug Fixes:
A bug was fixed in the contact potential distance check