MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
FoamConstruction.FoamGeometryConstruction_Periodic Namespace Reference

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
 

Detailed Description

Packing and tesselation.

Author
Mohammad Marvi-Mashhadi
Pavel Ferkl

Prepares representative volume element (RVE) of foam.

Function Documentation

◆ main()

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.