Ansys interface for Data Generation
Project description
druidaHFSS
Ansys HFSS Interface
Simulate, data generation, optimization
This development is intended to provide an interface to access HFSS, in order to automate simulation, Data generation and optimization processes.
Features
- Automate the re-creation of models in aedt files.
- Create intermediate files to run simulations.
- Run simulations and gather specific metrics from the simulator.
Usage
from dbuilder import Manager as MG
Builder=MG.Builder(ansysPath=ansysPath,modelName=_,projectName=_, designName=_,modelPath=_, exportPath=_)
Builder.create()
Builder.sim_file('', batch, iteration, simfile_path, **kwargs)
Builder.simulate(simfile_path+simfileName)
dbManager=MG.DBManager(ansysPath=ansysPath,
modelName=modelName,
projectName=project_name,
designName=designName,
modelPath=modelPath,
dbPath=dBPath,
dbName=dbName)
dbManager.load_df(columns=columnNames)
"""This object can be treated as a pandas dataframe"""
dbManager.df
dbManager.insert_row(data_to_store)
image_rgb=tools.cropImage( file,image_path=path,
image_name=fileName_absolute,
output_path=imagesPath,
resize_dim=(512,512))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
druidahfss-0.0.3.tar.gz
(45.6 MB
view hashes)
Built Distribution
Close
Hashes for druidahfss-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa2743f537478bf2f7350f3a313baf5273bee4e25b0cc86fcbfeafcc8f85af5c |
|
MD5 | 9239bdbcaebd626468d49a2aaf3c8b55 |
|
BLAKE2b-256 | 8c12a5090af178a9c2c8c0586a8e1efd5a550ec241aff65c40ccab5b704089f9 |