diff --git a/README.md b/README.md index da1905511415ffc9b3b83ff62554e8e617bf6bdb..d4993d8d6076732da665994030270c7bb822908d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Rainbow deliverable for meta-modeling -Repository of rainbow deliverable for Pierre, in this work we use Convolutional Neural Network surrogate model in place of finite element solver to predict the deformations of a cantilever beam (4X1X1m dimensions) +Repository of rainbow deliverable for Pierre, in this work we use Convolutional Neural Network surrogate model in place of finite element solver to predict the deformations of a cantilever beam (4X1X1m dimensions). + +A cantiliver beam is clamped at one end and is applied force on any node of the upper face. In this way training data is generated by applying 100 random forces on each node of the top face. Generated data is then eventually trained using deep learning libraries. Since the size of the training data file is huge it is not uploaded in the repository. Trained nerual network is then used to predict the deformations of test set, one of the test set result has been displayed in the script folder where we compare deformed mesh of finite element solution and nerual network solution respectively. # Libraries/Frameworks Required