Categories: Optimisation, Surrogate Modeling
SMTrain
is a module to train a surrogate model,
with data computed using CEASIOMpy’s Modules.
Notion of fidelity in CFD: - 1st-level: potential flow - 2nd-level: euler flow - 3d-level: rans flow
The computed forces and moments are getting more and more accurate through each levels (in practice).
In CEASIOMpy currently you can use: - AVL for the 1st-level - SU2 Euler for the 2nd-level - Nothing for the 3rd-level (but there is going to be an update soon with CPACS2GMSH)
SMTrain
takes as input a CPACS file.
SMTrain
’s workflow in a nutshell:
SMTrain
is a native CEASIOMpy module, hence it is available and installed by default. It is base on the SMT: Surrogate Modeling Toolbox