Compute the solid volume fraction on the mesh
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(marker_set), | intent(inout) | :: | this |
Set of ib markers |
||
type(eulerian_obj_r), | intent(inout) | :: | VF |
Volume fraction |
||
character(len=*), | intent(in) | :: | solver |
Name of solver to be used |
||
real(kind=wp), | intent(in) | :: | MaxTol |
Maximum relative tolerance |
||
integer, | intent(in) | :: | MaxIt |
Maximum number of subiterations |
||
integer, | intent(in), | optional | :: | RelaxType |
Relaxation type |
|
real(kind=wp), | intent(out), | optional | :: | Rel |
Relative error at end of solve |
|
integer, | intent(out), | optional | :: | It |
Number of iterations performed |
|
real(kind=wp), | intent(out), | optional | :: | intRHS |
Magnitude of RHS |