cloudy
trunk
Loading...
Searching...
No Matches
source
heavy.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#ifndef HEAVY_H_
5
#define HEAVY_H_
6
7
/* heavy.h */
8
struct
t_Heavy
{
9
11
long
int
ipHeavy
[
LIMELM
][
LIMELM
],
13
ipLyHeavy
[
LIMELM
][
LIMELM
-1],
15
ipBalHeavy
[
LIMELM
][
LIMELM
-1];
16
18
double
RadRecCon
[
LIMELM
][
LIMELM
];
19
21
realnum
xLyaHeavy
[
LIMELM
][
LIMELM
];
22
24
double
Valence_IP_Ryd
[
LIMELM
][
LIMELM
];
25
28
long
int
nsShells
[
LIMELM
][
LIMELM
];
29
31
char
chShell
[7][3];
32
33
};
34
extern
t_Heavy
Heavy
;
35
36
37
#endif
/* HEAVY_H_ */
LIMELM
const int LIMELM
Definition
cddefines.h:258
realnum
float realnum
Definition
cddefines.h:103
Heavy
t_Heavy Heavy
Definition
heavy.cpp:5
t_Heavy
Definition
heavy.h:8
t_Heavy::ipLyHeavy
long int ipLyHeavy[LIMELM][LIMELM-1]
Definition
heavy.h:13
t_Heavy::nsShells
long int nsShells[LIMELM][LIMELM]
Definition
heavy.h:28
t_Heavy::RadRecCon
double RadRecCon[LIMELM][LIMELM]
Definition
heavy.h:18
t_Heavy::chShell
char chShell[7][3]
Definition
heavy.h:31
t_Heavy::ipBalHeavy
long int ipBalHeavy[LIMELM][LIMELM-1]
Definition
heavy.h:15
t_Heavy::Valence_IP_Ryd
double Valence_IP_Ryd[LIMELM][LIMELM]
Definition
heavy.h:24
t_Heavy::xLyaHeavy
realnum xLyaHeavy[LIMELM][LIMELM]
Definition
heavy.h:21
t_Heavy::ipHeavy
long int ipHeavy[LIMELM][LIMELM]
Definition
heavy.h:11
Generated by
1.14.0