📄 cylaxisg.h
字号:
//cylaxisg.h#ifndef __CYLAXISG_H#define __CYLAXISG_H \#include "part1g.h"#include "symmetg.h"//=================== CylindricalAxisParams Class// class for axial boundary conditionclass CylindricalAxisParams : public SymmetryParams{public: CylindricalAxisParams(GridParams* _GP, SpatialRegionGroup* srg) : SymmetryParams(_GP, srg) {name = "CylindricalAxis";}; ostring OnAxisConstraint(); // ensures that boundary is on the axis void checkRules(); // checks all rules for this class and underlying classes Boundary* CreateCounterPart();};#endif // __CYLAXISG_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -