Go to the source code of this file.
|
subroutine, public | prtfmimodule::fmi_cr (fmiobj, name_model, input_mempath, inunit, iout) |
| Create a new PrtFmi object. More...
|
|
subroutine | prtfmimodule::fmi_ad (this) |
| Time step advance. More...
|
|
subroutine | prtfmimodule::prtfmi_df (this, dis, idryinactive) |
| Define the flow model interface. More...
|
|
subroutine | prtfmimodule::accumulate_flows (this) |
| Accumulate flows. More...
|
|
subroutine | prtfmimodule::mark_boundary_face (this, ic, iface) |
| Mark a face as a boundary face. More...
|
|
logical(lgp) function | prtfmimodule::is_boundary_face (this, ic, iface) |
| Check if a face is assigned to a boundary package. More...
|
|
logical(lgp) function | prtfmimodule::is_net_out_boundary_face (this, ic, iface) |
| Check if a face is an assigned boundary with net outflow. More...
|
|
integer(i4b) function | prtfmimodule::iflowface_to_icellface (this, iflowface) |
| Convert an iflowface number to a cell face number. Maps bottom (-2) -> max_faces - 1, top (-1) -> max_faces. More...
|
|