Skip to content
Snippets Groups Projects
Forked from Gauthey Thomas / ST7 TP Numerique
10 commits behind the upstream repository.
Name Last commit Last update
To complete
README.txt
[ST7 Optimization]

Overview:
This repository contains MATLAB code for the optimization of a transformer. 
It includes scripts to define objective functions, constraints, and an analytical model.

Folder Structure:
	- LaunchOptimisation.m: Main script to start a single optimization
	- LaunchModel.m: Test the model with different test points
	- ObjContr.m: Function to define the objective and constraints
	- ConceptionModel.m: Main model file
	- sysEquation.m: Inner model providing the residual and the jacobian operator
	- >Equations:  folder withe all the equations used in the model
	- dataTransfo: utils giving the meaning of each variable in the code 

equations/: Folder containing all equations used

Requirements:

- MATLAB (R2020b or later recommended)
- Optimization Toolbox