cditemp.h

来自「一个很好的分子动力学程序」· C头文件 代码 · 共 51 行

H
51
字号
#ifndef __CDITEMP_H#define __CDITEMP_H/*************************************************************************Include Files*************************************************************************/#include "particle.h"#include "cdsubs.h"/*************************************************************************Function Prototypes*************************************************************************/void InitialTemp 	(	Particle_t *, 	Simulation_t *, 	double, 	BOOLEAN, 	BOOLEAN, 	int, 	int, 	int	);void SetVelocity	(	double (*Velocity)[NDIR],	double  *Mass,	SEL_T   *Select,	int		NumPart,	double	NewVelocity [NDIR]	);void SetAngularVelocity	(	double (*Coord   )[NDIR],	double (*Velocity)[NDIR],	double  *Mass,	SEL_T   *Select,	int		NumPart,	double	NewAngVelocity [NDIR]	);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?