Update use_api_core authored by Adrien Crovato's avatar Adrien Crovato
......@@ -64,9 +64,9 @@ where `viscous` is a boolean indicating whether the solver should also be config
- `writer` is the utility to write mesh/results on disk
- `morpher` is the mesh morpher (`None` except if at least one body is marked for FSI or optimization)
- `problem` is the formulation of the problem
- `bodies` is a dictionary pairing the bodies of interest with their marker name
- `fsi_tags` is a list containing the marker name of bodies marker for fluid-structure interaction
- `dsn_tags` is a list containing the marker name of bodies marker for design
- `bodies` is a dictionary pairing the bodies with their tag
- `fsi_tags` is a list containing the tags of bodies marked for fluid-structure interaction
- `dsn_tags` is a list containing the tags of bodies marked for design
- `blowing` is a dictionary pairing the surfaces on which a transpiration boundary condition has been added with their marker name (`None` except if `viscous=True`)
- `solver` is the direct (Newton) solver
- `adjoint` is the adjoint solver (`None` except if at least one body is marked for optimization)