Skip to content

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

@OpenSEMBA-user

Description

@OpenSEMBA-user

From OpenSEMBA created by lmdiazangulo: OpenSEMBA-user/OpenSEMBA#50

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions