pyleecan.Functions.MeshSolution.build_meshsolution module

build_meshsolution(list_solution, list_mesh, label='', dimension=2, group=None)[source]

Build the MeshSolution objets from FEMM outputs.

Parameters:
  • field (ndarray) – a vec

  • is_get_mesh (bool) – 1 to load the mesh and solution into the simulation

  • is_save_FEA (bool) – 1 to save the mesh and solution into a .json file

  • j_t0 (int) – Targeted time step

Returns:

meshsol – a MeshSolution object with FEMM outputs at every time step

Return type:

MeshSolution