FEDEM Solver  R8.0
Source code of the dynamics solver
Data Types | Modules | Functions/Subroutines
FFaBodyHandlerInterface.f90 File Reference

Fortran interface for FFaBodyHandler methods. More...

Data Types

interface  ffabodyhandlerinterface::ffa_body
 Creates a new body by reading the specified CAD-file. More...
 
interface  ffabodyhandlerinterface::ffa_get_nofaces
 Calculates the number of faces for the specified body. More...
 
interface  ffabodyhandlerinterface::ffa_get_face
 Finds the vertex coordinates of a specified body face. More...
 
interface  ffabodyhandlerinterface::ffa_partial_volume
 Calculates the partial volume of a body under a specified plane. More...
 
interface  ffabodyhandlerinterface::ffa_total_volume
 Calculates the total volume of a body. More...
 
interface  ffabodyhandlerinterface::ffa_save_intersection
 Stores internally the vertices of current intersection surface. More...
 
interface  ffabodyhandlerinterface::ffa_inc_area
 Calculates the increment in the intersection area. More...
 
interface  ffabodyhandlerinterface::ffa_erase_bodies
 Deletes all bodies in the internal cache. More...
 

Modules

module  ffabodyhandlerinterface
 Fortran interface for FFaBodyHandler methods.
 

Functions/Subroutines

subroutine ffabodyhandlerinterface::ffa_initbody (fileName, bodyIndex)
 Creates a new body by reading the specified CAD-file. More...
 

Detailed Description

Fortran interface for FFaBodyHandler methods.

This file contains a module with Fortran interface definitions for methods of the FFaBodyHandler class. See the file FFaBodyHandler_F.C for the implementation of the wrapper functions of this interface.