Evert Bunschoten
Evert Bunschoten
## Proposed Changes Addition of multi-layer perceptron class which can be used to evaluate trained multi-layer perceptrons in processes such as thermodynamic state evaluation in data-driven fluid models. ## Related...
## Proposed Changes Addition of preferential diffusion model for modeling of hydrogen-rich reactants. ## Related Work ## PR Checklist *Put an X by all that apply. You can fill this...
## Proposed Changes Allow for conjugate heat transfer between solid domains and the modeling of contact resistance. ## Related Work ## PR Checklist *Put an X by all that apply....
Added test case for data-driven fluid model in the SU2 branch `feature_multilayer_perceptron`.
Added tutorial files for setting up a simulation for conjugate heat transfer between both solid and fluid domains. Related to SU2 branch feature_solid-solid_cht.
Added a website tutorial for the tutorial on conjugate heat transfer between solid domains with contact resistance. Related to SU2 branch feature_solid-solid_cht.
## Proposed Changes Updated the MLPCpp submodule which is now able to use different scaling methods ([standard](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html#sklearn.preprocessing.StandardScaler), [robust](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html#sklearn.preprocessing.RobustScaler), and [min-max](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html#sklearn.preprocessing.MinMaxScaler)) for scaling the neural network inputs and outputs. ## Related...