Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Add support to specialized physical models which are not present in core. #50

Description

@lmdiazangulo

Sometimes it might be necessary to add specializations of materials which are application specific. In the case that it is also need to read them from the .json file, the readPhysicalModels method must call two functions:

  • readCorePhysicalModels, which follows the existing path and is non-virtual.
  • readSpecializedPhysicalModels, which is a virtual method which can be overloaded by a specialization of parser so it can also work to read the new materials which are not known by opensemba core.

Once the two groups of materials have been readed, they can be merged.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions