bessagroup / rvesimulator

Automated representative volume element simulator via abaqus for material constitutive law discovery
https://bessagroup.github.io/rvesimulator/
MIT License
14 stars 2 forks source link

Class should be imported from f3dasm #62

Open mpvanderschelling opened 10 months ago

mpvanderschelling commented 10 months ago

Problem

The class Simulator is similar to the DataGenerator class of f3dasm. You can import that class instead of parsing a copy here to avoid code duplication.

Solution

from f3dasm.datageneration import DataGenerator

Assignees: Labels:

https://github.com/bessagroup/rvesimulator/blob/ea31752a6da3131cfe55027895ac23ddf684f3de/src/rvesimulator/abaqus2py/simulator_interface.py#L14-L31