BoundaryCondition parameters

BoundaryCondition parameters#

The BoundaryCondition category contains parameters related to the boundary-condition definition used by FELiCS.

For now, this category only includes the path to the boundary condition file used in the run.

Contents#

Parameter

Description

BCsFilePath

Path to the boundary-condition file

Example#

{
    "BoundaryCondition": {
        "BCsFilePath": "boundaries.json"
    }
}

Detailed content#