PhysicalSystemData

要获得对 Wolfram 知识库的一般访问权限,请使用 PhysicalSystem 类型的实体而不是 PhysicalSystemData.

PhysicalSystemData[entity,property]

给出物理系统 entity 指定 property 的值.

PhysicalSystemData[{entity1,entity2,},property]

给出指定物理系统实体的属性值列表.

PhysicalSystemData[entity,property,annotation]

给出与 property 相关的指定 annotation.

更多信息

  • PhysicalSystemData[] 给出所有物理系统实体列表.
  • PhysicalSystemData["Properties"] 给出可用属性列表.
  • PhysicalSystemData 中的指定 entity 可以是 EntityEntityClass、实体标准名称或列表.
  • 指定 property 可以是 EntityPropertyEntityPropertyClass、属性标准名称或属性列表.
  • 在特殊情况下,不能用或者未知的属性使用 Missing[] 标明.
  • 属性包括:
  • "Action"行动
    "AlternateNames"别名
    "BluePropagatorMomentumRepresentation"蓝色传播函数的动量表示
    "BluePropagatorPositionRepresentation"蓝色传播函数的位置表示
    "BoundStateWaveFunctionMomentumRepresentation"束缚态波函数动量表示
    "BoundStateWaveFunctionMomentumRepresentationAbsoluteValueSquared"束缚态波函数动量表示的绝对值平方
    "BoundStateWaveFunctionPositionRepresentation"束缚态波函数的位置表示
    "BoundStateWaveFunctionPositionRepresentationAbsoluteValueSquared"束缚态波函数的位置表示的绝对值平方
    "CanonicalMomenta"正则动量
    "Classes"类别
    "ContinuousEnergyEigenvalue"连续的能量本征值
    "DegreesOfFreedom"自由度
    "DiscreteEnergyEigenvalue"离散的能量本征值
    "ElectricChargeDensity"电荷密度
    "ElectricCurrentDensity"电流密度
    "ElectricDipoleMoment"电偶极矩
    "ElectricField"电场
    "ElectricMonopoleMoment"电单极矩
    "ElectricPotential"电势
    "ElectricQuadrupoleMoment"电四极矩
    "EquationOfState"状态方程
    "EquationsOfMotion"运动方程
    "EquationsOfMotionSolution"运动方程的解
    "GravitationalField"引力场
    "GravitationalPotential"重力势能
    "HamiltonianEquationsOfMotion"运动的哈密顿方程
    "HamiltonianEquationsOfMotionSolution"运动的哈密顿方程的解
    "HamiltonianFunction"哈密顿函数
    "HamiltonianOperator"哈密顿算符
    "HamiltonianOperatorMomentumRepresentation"哈密顿算符动量表示
    "HamiltonianOperatorPositionRepresentation"哈密顿算符位置表示
    "InternalEnergy"内部能量
    "IsobaricHeatCapacity"等压热容
    "IsochoricHeatCapacity"等容热容
    "KineticEnergy"动能
    "Lagrangian"拉格朗日
    "MagneticFluxDensity"磁通密度
    "MagneticMoment"磁矩
    "MagneticScalarPotential"磁标势
    "MagneticVectorPotential"磁矢势
    "MassDensity"质量密度
    "Name"名称
    "Period"周期
    "PotentialEnergy"势能
    "PropagatorMomentumRepresentation"传播函数的动量表示
    "PropagatorPositionRepresentation"传播函数的位置表示
    "ScatteringStateWaveFunctionMomentumRepresentation"散射态波函数动量表示
    "ScatteringStateWaveFunctionPositionRepresentation"散射态波函数位置表示
    "TimeDependentSchroedingerEquationMomentumRepresentation"与时间相关的薛定谔方程动量表示
    "TimeDependentSchroedingerEquationPositionRepresentation"与时间相关的薛定谔方程位置表示
    "TimeIndependentSchroedingerEquationMomentumRepresentation"与时间无关的薛定谔方程动量表示
    "TimeIndependentSchroedingerEquationPositionRepresentation"与时间无关的薛定谔方程位置表示
    "Variables"变量
  • PhysicalSystemData 作为整体有一些属性,并且可以用格式 PhysicalSystemData[property] 给出. 这样的属性包括:
  • "Entities"所有可用实体
    "EntityCount"可用实体总数
    "Classes"所有可用实体类别
    "EntityClassCount"可用实体类别总数
    "SampleEntities"样本实体列表
    "SampleEntityClasses"样本实体类别列表
    "EntityCanonicalNames"所有实体规范名称列表
    "PropertyCanonicalNames"所有属性规范名称列表
    "EntityClassCanonicalNames"所有实体类别规范名称列表
    "RandomEntities"伪随机样本实体
    {"RandomEntities",n}n 个伪随机实体
    "RandomEntityClasses"伪随机样本实体类别
    {"RandomEntityClasses",n}n 个伪随机实体类别
  • 下列标记可用于 PhysicalSystemData[entity,property,annotation] 的第三个参数中:
  • "Qualifiers"属性可能限定词列表
    "QualifierValues"对每个限定词给出的可能值列表
    "DefaultQualifierValues"属性限定词的默认值列表
    "Description"属性的简明文本定义
    "Definition"属性的详细文本定义
    "Source"属性的源信息
    "Date"与实体属性值相关联的日期(如果存在)
    "PhysicalQuantity"与实体属性值相关联的物理量
    "Unit"与实体属性值相关联的单位
    "EntityAssociation"实体和实体属性值组成的关联
    "PropertyAssociation"属性和实体属性值组成的关联
  • 如果函数以 annotation 给出,它将用于对所得数据进行统计. 典型的统计函数包括:
  • Min最小值
    Max最大值
    Mean均值
    Commonest最常出现的数值
    Median中位值
    Total返回总数
    Length元素数

范例

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

基本范例  (5)

对实体搜索使用

求物理系统的样本实体列表:

求物理系统的属性:

求物理系统的样本实体类别列表:

制作电导体和电荷密度的网格:

巧妙范例  (1)

使用 VectorPlot3D 显示电流环路的磁势:

Wolfram Research (2014),PhysicalSystemData,Wolfram 语言函数,https://reference.wolfram.com/language/ref/PhysicalSystemData.html.

文本

Wolfram Research (2014),PhysicalSystemData,Wolfram 语言函数,https://reference.wolfram.com/language/ref/PhysicalSystemData.html.

CMS

Wolfram 语言. 2014. "PhysicalSystemData." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/PhysicalSystemData.html.

APA

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

BibTeX

@misc{reference.wolfram_2024_physicalsystemdata, author="Wolfram Research", title="{PhysicalSystemData}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/PhysicalSystemData.html}", note=[Accessed: 15-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_physicalsystemdata, organization={Wolfram Research}, title={PhysicalSystemData}, year={2014}, url={https://reference.wolfram.com/language/ref/PhysicalSystemData.html}, note=[Accessed: 15-November-2024 ]}