Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/elmerice/examples/Inverse_Methods/StokesWeertman/README.md
3206 views

Inverse methods test cases

  • Creation date: 28/02/2023

  • Modification date : 28/02/2023

Description

Example for the optimisation of the Weertman friction coefficient using the vectorised incompressible Stokes solver (IncompressibleNSVec).

This is a twin experiment where we try to recover the true friction coeffcient, using the solution computed with the model as target.

Run the example

  1. Make mesh

    ElmerGrid 1 2 rectangle
  2. Generate solution

    ElmerSolver Direct_nl.sif ```
  3. Run the optimisation

    ElmerSolver OPTIM_TWIND_nl.sif ```