MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Packing and tesselation. More...
Functions | |
def | main (MU, SIGMA, NumOfCells, filenameOut, packing, alternativePackingAlgorithm, tesselation, visualizeTesselation, geometry, statistics, hypermesh, deleteFiles, dx, dy, dz) |
Main function. More... | |
Variables | |
mypath = os.getcwd() | |
current directory | |
Packing and tesselation.
Prepares representative volume element (RVE) of foam.
def FoamConstruction.FoamGeometryConstruction_Periodic.main | ( | MU, | |
SIGMA, | |||
NumOfCells, | |||
filenameOut, | |||
packing, | |||
alternativePackingAlgorithm, | |||
tesselation, | |||
visualizeTesselation, | |||
geometry, | |||
statistics, | |||
hypermesh, | |||
deleteFiles, | |||
dx, | |||
dy, | |||
dz | |||
) |
Main function.
Packing algorithm for creation of seeds for tessellation. Tessellation by NEPER. Saves .geo
and .gnu
files with tessellation for later voxelization. Prepares input file for Hypermesh.
Definition at line 32 of file FoamGeometryConstruction_Periodic.py.