Neumann's Principle and Curie laws
Neumann's Principle
Neumann's principle, or principle of symmetry, states that, if a crystal is invariant with respect to certain symmetry elements, any of its physical properties must also be invariant with respect to the same symmetry elements, or otherwise stated, the symmetry elements of any physical property of a crystal must include the symmetry elements of the point group of the crystal. It is generalized to physical phenomena by Curie laws.
Example
This principle may be illustrated by considering the optical indicatrix of a crystal, which is an ellipsoid. If the medium is invariant with respect to a three-fold, a four-fold or a six-fold axis (as in a trigonal, tetragonal or hexagonal crystal, for instance), its optical indicatrix must also be invariant with respect to the same axis, according to Neumann's principle. As an ellipsoid can only be ordinary or of revolution, the indicatrix of a trigonal, tetragonal or hexagonal crystal is necessarily an ellipsoid of revolution. These crystals are said to be uniaxial. In a cubic crystal which has four three--fold axes, the indicatrix must have several axes of revolution, it is therefore a sphere and cubic media behave as isotropic media for properties represented by a tensor of rank 2.
Curie laws
Curie extended the notion of symmetry to include that of physical phenomena and stated that:
- the symmetry characteristic of a phenomenon is the highest compatible with the existence of the phenomenon;
- the phenomenon may exist in a medium which possesses that symmetry or that of a subgroup of that symmetry.
and concludes that some symmetry elements may coexist with the phenomenon but that their presence is not necessary. On the contrary, what is necessary is the absence of certain symmetry elements: ‘asymmetry creates the phenomenon’. Noting that physical phenomena usually express relations between a cause and an effect (an influence and a response), P. Curie restated the two above propositions in the following way, now known as Curie laws, although they are not, strictly speaking, laws (Curie himself spoke about 'the principle of symmetry'):
- the asymmetry of the effects must pre-exist in the causes;
- the effects may be more symmetric than the causes.
Applications
Curie applied the above statements to determine the symmetry characteristic of physical quantities such as a polar vector, a force or an electrical field, A∞ ∞M, an axial vector or a magnetic field, (A∞ /M) C.
If one now considers a phenomenon resulting from the superposition of several causes in the same medium, one may note that the symmetry of the global cause is the intersection of the groups of symmetry of the various causes: the asymmetries add up. This remark can be applied to the determination of the point groups where physical properties such as pyroelectricity or piezoelectricity are possible.
References:
[1] Franz Neumann (1795-1898)'s principle was first stated in his course at the university of Königsberg (1873/1874) and was published in the printed version of his lecture notes (Neumann F.E., 1885, Vorlesungen über die Theorie der Elastizität der festen Körper und des Lichtäthers, edited by O. E. Meyer. Leipzig, B. G. Teubner-Verlag.
[2] Pierre Curie (1859-1906)'s principle of symmetry is stated in Curie P., 1894, J. Physique, 3, 393-415, Sur la symétrie dans les phénomènes physiques, symétrie d'un champ électrique et d'un champ magnétique.
[3] https://Chemistry/Crystallography/PhysicalPropertiesCrystals/NeumannPrinciple
[4] http://oldwww.iucr.org/iucr-top/comm/cteach/pamphlets/18/node4.html
[5] http://reference.iucr.org/dictionary/Neumann%27s_principle
Neumann's Principle and Curie laws的更多相关文章
- 最少知识原则(Least Knowledge Principle)
最少知识原则(Least Knowledge Principle),或者称迪米特法则(Law of Demeter),是一种面向对象程序设计的指导原则,它描述了一种保持代码松耦合的策略.其可简单的归纳 ...
- 北风设计模式课程---最少知识原则(Least Knowledge Principle)
北风设计模式课程---最少知识原则(Least Knowledge Principle) 一.总结 一句话总结: 最少知识原则(Least Knowledge Principle),或者称迪米特法则( ...
- Atitit.软件开发的几大规则,法则,与原则Principle v3
Atitit.软件开发的几大规则,法则,与原则Principle v31.1. 修改历史22. 设计模式六大原则22.1. 设计模式六大原则(1):单一职责原则22.2. 设计模式六大原则(2):里 ...
- C#设计模式系列:开闭原则(Open Close Principle)
1.开闭原则简介 开闭原则对扩展开放,对修改关闭,开闭原则是面向对象设计中可复用设计的基石. 2.开闭原则的实现 实现开闭原则的关键就在于抽象,把系统的所有可能的行为抽象成一个抽象底层,这个抽象底层规 ...
- 开放封闭原则(Open Closed Principle)
在面向对象的设计中有很多流行的思想,比如说 "所有的成员变量都应该设置为私有(Private)","要避免使用全局变量(Global Variables)",& ...
- 接口分离原则(Interface Segregation Principle)
接口分离原则(Interface Segregation Principle)用于处理胖接口(fat interface)所带来的问题.如果类的接口定义暴露了过多的行为,则说明这个类的接口定义内聚程度 ...
- 依赖倒置原则(Dependency Inversion Principle)
很多软件工程师都多少在处理 "Bad Design"时有一些痛苦的经历.如果发现这些 "Bad Design" 的始作俑者就是我们自己时,那感觉就更糟糕了.那么 ...
- 里氏替换原则(Liskov Substitution Principle)
开放封闭原则(Open Closed Principle)是构建可维护性和可重用性代码的基础.它强调设计良好的代码可以不通过修改而扩展,新的功能通过添加新的代码来实现,而不需要更改已有的可工作的代码. ...
- 单一职责原则(Single Responsibility Principle)
单一职责原则(SRP:The Single Responsibility Principle) 一个类应该有且只有一个变化的原因. There should never be more than on ...
随机推荐
- Python学习笔记_week3_函数
一.介绍 1.面向对象(华山派)--->类(独门秘籍)--->class(定义的关键字) 2.面向过程(少林派)--->过程--->def 3.函数式编程(逍遥派)---> ...
- EA Data Modeling 显示别名设置
1.设置 2.效果
- 省市区联动JS脚本
省市区联动JS脚本 /* ***说明:省市区联动JS脚本 ***作者:Jerry Yuan */ var province=[{id:0,name:'选择省'},{id:11,name:" ...
- Python: 对CSV文件读写 和 Md5加密
1. python 有专门的csv包,直接导入即可. import csv: 2. 直接使用普通文件的open方法 csv_reader=open("e:/python/csv_data/l ...
- Cannot invoke Tomcat manager: socket write error
一开始, 参照 http://www.cnblogs.com/yezhenhan/archive/2012/07/17/2594684.html mvn tomcat:redeploy 出现: Can ...
- git异常
1. SSL certificate problem: self signed certificate 因git默认是ssl方式验证,在采用http请求时,是使用的账号密码方式,因此需要git放行. ...
- RN Component生命周期函数
https://www.race604.com/react-native-component-lifecycle/ 第一次加载时: getInitialProps getInitialState co ...
- [cocos2d-x]移动平台游戏开发(图)
FreeMind的.mm文件下载: http://yunpan.cn/cfL3QrrQVkVTd (提取码:a125)
- 深入jUI(DWZ)
-----------------------------------------------------------------------------主页面index.html <html& ...
- linux网卡桥接问题与docker网卡桥接问题
一.linux网卡桥接问题 在linux上创建桥接网卡,与真实的物理网卡进行绑定,相当于在linux中创建了一个虚拟的交换机,以linux网卡地址为源地址的数据,从桥接网卡br0进入,从实际的物理网卡 ...