⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 globalvar.h

📁 FDTD 模拟 天线 包含 近场-远场 外推程序(时谐场)
💻 H
字号:
/* Global Variable  */

# ifndef _GLBV_H_
# define _GLBV_H_


# define C    3.0e+8
# define Pi   3.1415926535897932    
# define u0   (4.0*Pi*1.0e-7)
# define e0   (8.85e-12)

# define N_2D_Reference   5  /* The 2-D Analysis  Reference Plane Distance */



double Fre_Min,Fre_Max,Fre_Step; 

  
int Nx,Ny,Nz ;        /* the number of lattice in x,y,z-axis  */

double dhx,dhy,dhz;    /* the space step in x,y,z-axis */ 
double dt;            /* the time step                */
int N_NT;             /* the iteration times          */

double  T;                /* Gaussian Pulse  Parametrics  */
double  t0;               /* Gaussian Pulse  Parametrics  */ 

double erff1,erff2;


# endif

⌨️ 快捷键说明

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