Creates immersed objects
| enumerator | :: | IMMERSED_RHO | = | 0 | |
| enumerator | :: | IMMERSED_VESSEL | = | 1 | |
| enumerator | :: | IMMERSED_TRACE | = | 2 |
Enum defining the different types of immersed that can be created by the factory
Returns equilibrium identifier (see header) if prescribed as string
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | immersed_as_string |
Immersed type specified as string |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(immersed_t), | intent(out), | allocatable | :: | res |
Created immersed type |
|
| integer, | intent(in) | :: | identifier |
Integer specifying the immersed to create (see header) |
||
| class(equilibrium_t), | intent(inout) | :: | equi |
Equilibrium |
||
| type(mesh_cart_t), | intent(in) | :: | mesh |
Mesh |
||
| character(len=*), | intent(in), | optional | :: | filename |
Filename, where to read parameters from, if not provided default parameters will be used |