cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
heavy.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 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_ */
t_Heavy::RadRecCon
double RadRecCon[LIMELM][LIMELM]
Definition:
heavy.h:18
Heavy
t_Heavy Heavy
Definition:
heavy.cpp:5
t_Heavy::xLyaHeavy
realnum xLyaHeavy[LIMELM][LIMELM]
Definition:
heavy.h:21
t_Heavy::nsShells
long int nsShells[LIMELM][LIMELM]
Definition:
heavy.h:28
realnum
float realnum
Definition:
cddefines.h:124
t_Heavy::ipLyHeavy
long int ipLyHeavy[LIMELM][LIMELM-1]
Definition:
heavy.h:11
t_Heavy::ipBalHeavy
long int ipBalHeavy[LIMELM][LIMELM-1]
Definition:
heavy.h:11
LIMELM
const int LIMELM
Definition:
cddefines.h:308
t_Heavy::Valence_IP_Ryd
double Valence_IP_Ryd[LIMELM][LIMELM]
Definition:
heavy.h:24
t_Heavy::chShell
char chShell[7][3]
Definition:
heavy.h:31
t_Heavy
Definition:
heavy.h:8
t_Heavy::ipHeavy
long int ipHeavy[LIMELM][LIMELM]
Definition:
heavy.h:11
Generated by
1.8.5