Skip to content

alijenabi/RelationBasedSoftware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relation-Based Software (RBS)

size license

This is the implementation of a software architecture that I developed during my Ph.D. program. The architecture is developed to be open enough that researchers can be expanding it to their newly developed method or extend the previous method farther without the need to reinvent the wheel. Unlike most other libraries and codes, I tried not to create new scripting or language but rather keep naming and style close to the mechanical and civil engineering understanding. The key highlight of the code is perhaps the Relations; they allow the researcher to change one datatype by the change of the other datatype. For instance, a constitutive model will change nodes' properties when the simulation time changes.

Am I in the right place?

If you answer one of the following questions with NO, this code probably is no help to you.

  • Do you have knowledge of numerical simulations?
  • Can you imagine using C++17 for your models?
  • You appreciate to have one of the followings for your simulation:
    • multiple neighborhood searches, dynamic neighborhood search, or fast neighborhood search in the initial configuration.
    • creating geometry and meshing with code rather than importing them form CAD software.
    • using Bond-Based and Ordinary-State-Based Peridynamics.
    • using Solid transition and rotation.
    • ability to create directional bonds with different properties connectiong to bodies.
    • ability to export the initial and current configuration to VTK (i.e., ParaView).

Prerequisites

The code uses some of the C++17 features, thus a compatible compiler is required.

Installing

No installation required, simply download or fork the code and start using it.

Using

The best way to start using this code is to follow one of the simulations below.

I intend to add more examples in the future.

Documentation

Since this code is open-source, everyone can access the implementation. Thus, no web-based documentation is intended, while the code is well documented using the Doxygen, redundancies are removed. For instance, you do not need to have a @return for getters and setters.

Additionally, some of the new topics by this code are explained in detail. Use the following links to navigate to those topics. I will add more to this list if I see that users have difficulty understanding a topic.

Contributing

To contribute to RBS, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b '<feature/mycoolfeature>'.
  3. Make your changes and commit them: git commit -m '<your_commit_message>'
  4. Push to the original branch: git push origin '<feature/mycoolfeature>'
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

License

MIT

Copyright (c) 2020-present, Ali Jenabidehkordi

About

This is the implementation of a software architecture that I developed during my Ph.D. program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages