Skip to content

ahojukka5/FEModels.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEModels.jl

Build StatusCoverage StatusIssues

FEModels.jl is a simple interface to make it easy to fetch finite element meshes and models from JuliaFEM/FEModels repository.

Installing and testing package

Pkg.add("FEModels")

Usage example

Give model name (directory name in repository) and mesh name (without .gz):

fn = fe_download("block-and-cylinder", "mesh_sparse.inp")

Then you should have extracted model in block-and-cylinder/mesh_sparse.inp. fn is filename to mesh file which can then be read e.g. using AbaqusReader.jl:

using AbaqusReader
mesh = abaqus_read_mesh(fn)

Contibuting

Contributors are needed. Todo:

  • list all models in repository
  • possibility to upload models or automate upload process somehow

About

FEModels.jl is a Julia package to download test models from FEModels easily.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages