elec-1.00
 All Classes Namespaces Files Functions Variables Macros
elecParams.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 /* This file is part of rl-lib
4  *
5  * Copyright (C) 2010, Herve FREZZA-BUET
6  *
7  * Author : Herve Frezza-Buet
8  *
9  * Contributor :
10  *
11  * This library is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public
13  * License (GPL) as published by the Free Software Foundation; either
14  * version 3 of the License, or any later version.
15  *
16  * This library is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19  * General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public
22  * License along with this library; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24  *
25  * Contact : Herve.Frezza-Buet@supelec.fr
26  *
27  */
28 
29 #define elecFIELD_COEF 1
30 #define elecFORCE_COEF 1e-5
31 #define elecPROTONS_PER_UNIT 30
32 #define elecELECTROM_MASS 1e3
33 #define elecCONDUCTOR_VISCOSITY 10
34 #define elecMIN_E_RADIUS 1e-2
35 #define elecEPS_E_RADIUS 1e-4
36 #define elecMAX_SPEED .1
37 #define elecISOLATION_COEF .01
38