FEMDocumentation`
FEMDocumentation`

BoundaryConditionData

BoundaryConditionData[]

represents data that is used for discretizing partial differential equation boundary conditions.

更多信息和选项

  • BoundaryConditionData[] is generated by InitializeBoundaryConditions.
  • BoundaryConditionData[] can be extracted from NDSolve`StateData objects generated by NDSolve`ProcessEquations using the "FiniteElementData" and "InitializedBoundaryConditions" property.
  • In standard output format, only the number-dependent variables and the space dimension are shown.
  • BoundaryConditionData[] objects are used as input for DiscretizeBoundaryConditions.
  • BoundaryConditionData[][prop] gives the property prop of the BoundaryConditionData object. The following properties may be given:
  • "All"list of all precomputed boundary conditions
    "BoundaryTolerance"value of option with the same name
    "Constraints"list of constraints induced by boundary conditions
    "Discrete"list of stationary discrete conditions
    "IndexedDiscrete"list of stationary indexed discrete conditions
    "Parametric"list of stationary parametric conditions
    "Properties"list of properties
    "ScaleFactor"value of the scale factor for transient handling of Dirichlet boundary conditions
    "Stationary"list of stationary boundary conditions
    "Transient"list of transient boundary conditions

范例

打开所有单元关闭所有单元

基本范例  (1)

Load the finite element package:

Set up a NumericalRegion:

Set up variable and solution data:

Specify boundary conditions:

Initialize the boundary conditions:

Scope  (8)

"All"  (1)

Extract all processed boundary conditions from the BoundaryConditionData:

"Constraints"  (1)

Extract constraints induced by boundary conditions from the BoundaryConditionData:

"BoundaryTolerance"  (1)

Inspect the set boundary tolerance from the BoundaryConditionData:

"Nonlinear"  (1)

Extract the nonlinear boundary conditions from the BoundaryConditionData:

"Properties"  (1)

Inspect the BoundaryConditionData properties:

"ScaleFactor"  (1)

Extract the set scale factor from the BoundaryConditionData:

"Stationary"  (1)

Extract the stationary boundary conditions from the BoundaryConditionData:

"Transient"  (1)

Extract the transient boundary conditions from the BoundaryConditionData:

Properties & Relations  (1)

Extract the state data from the NDSolve`StateData object:

Extract the initialized boundary conditions from the NDSolve`StateData object:

Wolfram Research (2014),BoundaryConditionData,Wolfram 语言函数,https://reference.wolfram.com/language/FEMDocumentation/ref/BoundaryConditionData.html (更新于 2021 年).

文本

Wolfram Research (2014),BoundaryConditionData,Wolfram 语言函数,https://reference.wolfram.com/language/FEMDocumentation/ref/BoundaryConditionData.html (更新于 2021 年).

CMS

Wolfram 语言. 2014. "BoundaryConditionData." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2021. https://reference.wolfram.com/language/FEMDocumentation/ref/BoundaryConditionData.html.

APA

Wolfram 语言. (2014). BoundaryConditionData. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/FEMDocumentation/ref/BoundaryConditionData.html 年

BibTeX

@misc{reference.wolfram_2024_boundaryconditiondata, author="Wolfram Research", title="{BoundaryConditionData}", year="2021", howpublished="\url{https://reference.wolfram.com/language/FEMDocumentation/ref/BoundaryConditionData.html}", note=[Accessed: 05-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_boundaryconditiondata, organization={Wolfram Research}, title={BoundaryConditionData}, year={2021}, url={https://reference.wolfram.com/language/FEMDocumentation/ref/BoundaryConditionData.html}, note=[Accessed: 05-November-2024 ]}