#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | EXTERN extern |
#define | NDIM 2 |
#define | Sqr(x) |
#define | SignR(x, y) |
Typedefs | |
typedef double | real |
Variables | |
double * | rx |
double * | ry |
double * | vx |
double * | vy |
double * | ax |
double * | ay |
double * | fx |
double * | fy |
double * | speed |
double | region [2+1] |
double | regionH [2+1] |
double | deltaT |
double | timeNow |
double | potEnergy |
double | kinEnergy |
double | totEnergy |
double | density |
double | pressure |
double | rCut |
double | kappa |
double | uSum |
double | virSum |
double | svirSum |
double | vSum |
double | vSumX |
double | vSumY |
double | vvSum |
double | sPotEnergy |
double | sKinEnergy |
double | sTotEnergy |
double | sPressure |
double | ssPotEnergy |
double | ssKinEnergy |
double | ssTotEnergy |
double | ssPressure |
int | initUcell [2+1] |
int | moreCycles |
int | nAtom |
int | stepAvg |
int | stepCount |
int | stepEquil |
int | stepLimit |
int | stepTraj |
int | stepDump |
double | RadiusIJ |
double | SqrRadiusIJ |
double | RadiusIJInv |
int | nAtomType |
int * | atomType |
int * | atomID |
double * | atomRadius |
double * | atomMass |
double | TotalMass |
double | mass |
int | nBond |
int | nBondType |
int * | atom1 |
int * | atom2 |
int * | BondID |
int * | BondType |
double * | kb |
double * | ro |
double * | BondEnergy |
double * | BondLength |
double | TotalBondEnergy |
double | BondEnergyPerAtom |
double | gamman |
double * | discDragx |
double * | discDragy |
double * | nodeDragx |
double * | nodeDragy |
double | strain |
double | strainRate |
double | shearDisplacement |
double | shearVelocity |
double | VSqr |
double | VMeanSqr |
double | VRootMeanSqr |
double | ComX |
double | ComY |
double | ComX0 |
double | ComY0 |
double | ComXRatio |
double | ComYRatio |
double | HaltCondition |
double | DeltaY |
double | DeltaX |
int * | ImageX |
int * | ImageY |
double * | rxUnwrap |
double * | ryUnwrap |
double | Kn |
double | fxExtern |
double | fyExtern |
double | FyBylx |
double | fxByfy |
double | forceSumxExtern |
double | forceSumyExtern |
int | DampFlag |
double | strech |
char | mode [64] |
char | inputConfig [128] |
int | dumpPairFlag |
int | nPairTotal |
int | nPairActive |
int * | PairID |
int * | Pairatom1 |
int * | Pairatom2 |
double * | PairXij |
double * | PairYij |
char | solver [128] |
char | xBoundary [10] |
char | yBoundary [10] |
int * | molID |
int ** | isBonded |
double | InterfaceWidth |
double | bigDiameter |
int | nAtomInterface |
int | nDiscInterface |
int | nAtomBlock |
int * | atomIDInterface |
int | BondPairFlag |
int | nAtomInterfaceTotal |
int * | cellList |
int | cells [2+1] |
int | rank |
int | size |
int | master |
double * | fax |
double * | fay |
double | fuSum |
double | fvirSum |
double | frfAtom |
double | uSumPair |
double | uSumPairPerAtom |
double | virSumPair |
double | virSumPairxx |
double | virSumPairyy |
double | virSumPairxy |
double | virSumBond |
double | virSumBondxx |
double | virSumBondyy |
double | virSumBondxy |
double | virSumxx |
double | virSumyy |
double | virSumxy |
int | freezeAtomType |
double ** | cfOrg |
double ** | spacetimeCorr |
double * | cfVal |
double * | spacetimeCorrAv |
int * | indexCorr |
int | countCorrAv |
int | limitCorrAv |
int | nBuffCorr |
int | nFunCorr |
int | nValCorr |
int | stepCorr |
double | rfAtom |
double * | indexAcf |
double ** | viscAcf |
double * | viscAcfOrg |
double * | viscAcfAv |
double | viscAcfInt |
int | nValAcf |
int | nBuffAcf |
int | stepAcf |
int | countAcfAv |
int | limitAcfAv |
double * | histRdf |
double | rangeRdf |
int | countRdf |
int | limitRdf |
int | sizeHistRdf |
int | stepRdf |
char * | prefix |
char | result [250] |
FILE * | fpresult |
char | xyz [256] |
FILE * | fpxyz |
char | bond [256] |
FILE * | fpbond |
char | dump [256] |
FILE * | fpdump |
char | dnsty [256] |
FILE * | fpdnsty |
char | visc [256] |
FILE * | fpvisc |
char | rdf [256] |
FILE * | fprdf |
char | vrms [256] |
FILE * | fpvrms |
char | stress [256] |
FILE * | fpstress |
char | momentum [256] |
FILE * | fpmomentum |
char | force [256] |
FILE * | fpforce |
char | com [256] |
FILE * | fpcom |
char | pair [256] |
FILE * | fppair |
#define NDIM 2 |
Definition at line 13 of file global.h.
Referenced by ComputeBondForce(), ComputeForcesCells(), ComputePairForce(), EvalProps(), EvalRdf(), EvalSpacetimeCorr(), and LeapfrogStep().
#define SignR | ( | x, | |
y ) |
Definition at line 15 of file global.h.
Referenced by EvalRdf(), and LeapfrogStep().
#define Sqr | ( | x | ) |
Definition at line 14 of file global.h.
Referenced by AccumProps(), BrownianStep(), ComputeBondForce(), ComputeForcesCells(), ComputePairForce(), EvalProps(), EvalRdf(), EvalVrms(), and LeapfrogStep().
|
extern |
Referenced by Close(), ComputeBondForce(), DumpBonds(), DumpRestart(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
int * atom2 |
Definition at line 36 of file global.h.
Referenced by Close(), ComputeBondForce(), DumpBonds(), DumpRestart(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by Close(), DumpRestart(), DumpState(), Init(), ReadBinaryRestart(), Trajectory(), and WriteBinaryRestart().
|
extern |
Referenced by Close(), ComputePairForce(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by Close(), ComputePairForce(), EvalCom(), EvalProps(), Init(), ReadBinaryRestart(), VelocityVerletStep(), and WriteBinaryRestart().
|
extern |
Referenced by ApplyBoundaryCond(), Close(), ComputeForcesCells(), ComputePairForce(), DumpRestart(), DumpState(), Init(), ReadBinaryRestart(), Trajectory(), and WriteBinaryRestart().
|
extern |
Referenced by ApplyDrivingForce(), Close(), DumpRestart(), DumpState(), Init(), PrintForceSum(), ReadBinaryRestart(), Trajectory(), VelocityVerletStep(), and WriteBinaryRestart().
double * ax |
Definition at line 17 of file global.h.
Referenced by ApplyDrivingForce(), ApplyViscous(), BrownianStep(), Close(), ComputeForcesCells(), DumpState(), EvalProps(), EvalVacf(), Init(), LeapfrogStep(), ReadBinaryRestart(), VelocityVerletStep(), and WriteBinaryRestart().
double * ay |
Definition at line 17 of file global.h.
Referenced by ApplyDrivingForce(), ApplyViscous(), BrownianStep(), Close(), ComputeForcesCells(), DumpState(), EvalProps(), EvalVacf(), Init(), LeapfrogStep(), ReadBinaryRestart(), VelocityVerletStep(), and WriteBinaryRestart().
double bigDiameter |
Definition at line 75 of file global.h.
Referenced by Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by main().
|
extern |
Referenced by ComputeBondForce(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
double BondEnergyPerAtom |
Definition at line 40 of file global.h.
Referenced by EvalProps(), HaltConditionCheck(), and PrintSummary().
|
extern |
Referenced by Close(), DumpBonds(), DumpRestart(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
double * BondLength |
Definition at line 39 of file global.h.
Referenced by ComputeBondForce(), DumpBonds(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
int * BondType |
Definition at line 37 of file global.h.
Referenced by Close(), DumpBonds(), DumpRestart(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by Close(), ComputeForcesCells(), Init(), and ReadBinaryRestart().
int cells[2+1] |
Definition at line 83 of file global.h.
Referenced by ComputeForcesCells(), Init(), and ReadBinaryRestart().
|
extern |
Referenced by AllocArrays(), Close(), and EvalSpacetimeCorr().
double * cfVal |
Definition at line 94 of file global.h.
Referenced by AllocArrays(), Close(), and EvalSpacetimeCorr().
|
extern |
Referenced by main().
|
extern |
Referenced by EvalCom(), and PrintCom().
double ComY |
Definition at line 47 of file global.h.
Referenced by EvalCom(), and PrintCom().
int countAcfAv |
Definition at line 100 of file global.h.
Referenced by AccumVacf(), and ZeroVacf().
int countCorrAv |
Definition at line 95 of file global.h.
Referenced by EvalSpacetimeCorr(), and SetupJob().
|
extern |
Referenced by EvalRdf(), and SetupJob().
|
extern |
Referenced by ComputeBondForce(), ComputePairForce(), Init(), and ReadBinaryRestart().
double deltaT |
Definition at line 20 of file global.h.
Referenced by AccumVacf(), BrownianStep(), EvalProps(), EvalSpacetimeCorr(), EvalVacf(), Init(), LeapfrogStep(), main(), PrintVacf(), ReadBinaryRestart(), and VelocityVerletStep().
double DeltaX |
Definition at line 49 of file global.h.
Referenced by DisplaceAtoms(), Init(), and ReadBinaryRestart().
|
extern |
Referenced by DisplaceAtoms(), Init(), and ReadBinaryRestart().
double density |
Definition at line 20 of file global.h.
Referenced by EvalProps(), Init(), and ReadBinaryRestart().
|
extern |
Referenced by ComputeForcesCells(), ComputePairForce(), DumpPairs(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
double * discDragy |
Definition at line 42 of file global.h.
Referenced by ComputeForcesCells(), ComputePairForce(), DumpPairs(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
|
extern |
|
extern |
|
extern |
Referenced by main().
double forceSumxExtern |
Definition at line 53 of file global.h.
Referenced by ApplyForce(), PrintForceSum(), ReadBinaryRestart(), and WriteBinaryRestart().
double forceSumyExtern |
Definition at line 53 of file global.h.
Referenced by ApplyForce(), PrintForceSum(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by DumpBonds(), and main().
|
extern |
Referenced by Init(), main(), PrintCom(), and ReadBinaryRestart().
|
extern |
Referenced by EvalSpacetimeCorr().
|
extern |
|
extern |
Referenced by Init(), main(), PrintForceSum(), and ReadBinaryRestart().
|
extern |
Referenced by PrintMomentum().
|
extern |
Referenced by DumpPairs(), and main().
|
extern |
Referenced by EvalRdf().
|
extern |
Referenced by ApplyBoundaryCond(), HaltConditionCheck(), Init(), main(), PrintSummary(), and ReadBinaryRestart().
|
extern |
Referenced by PrintStress().
|
extern |
Referenced by PrintVacf().
|
extern |
Referenced by Init(), main(), PrintVrms(), and ReadBinaryRestart().
|
extern |
Referenced by main(), and Trajectory().
|
extern |
Referenced by Init(), and VelocityVerletStep().
double * fx |
Definition at line 17 of file global.h.
Referenced by ApplyForce(), Close(), ComputeBondForce(), ComputePairForce(), Init(), PrintForceSum(), ReadBinaryRestart(), Trajectory(), VelocityVerletStep(), and WriteBinaryRestart().
double fxByfy |
Definition at line 53 of file global.h.
Referenced by ApplyForce(), Init(), and ReadBinaryRestart().
|
extern |
Referenced by ApplyForce().
double * fy |
Definition at line 17 of file global.h.
Referenced by ApplyForce(), Close(), ComputeBondForce(), ComputePairForce(), Init(), PrintForceSum(), ReadBinaryRestart(), Trajectory(), VelocityVerletStep(), and WriteBinaryRestart().
double FyBylx |
Definition at line 53 of file global.h.
Referenced by ApplyForce(), Init(), and ReadBinaryRestart().
double fyExtern |
Definition at line 53 of file global.h.
Referenced by ApplyForce().
|
extern |
Referenced by ComputeBondForce(), ComputeForcesCells(), ComputePairForce(), Init(), and ReadBinaryRestart().
|
extern |
Referenced by HaltConditionCheck(), Init(), and ReadBinaryRestart().
|
extern |
Referenced by AllocArrays(), and EvalRdf().
|
extern |
Referenced by Close(), EvalUnwrap(), Init(), ReadBinaryRestart(), VelocityVerletStep(), and WriteBinaryRestart().
int * ImageY |
Definition at line 50 of file global.h.
Referenced by Close(), EvalUnwrap(), Init(), ReadBinaryRestart(), VelocityVerletStep(), and WriteBinaryRestart().
|
extern |
Referenced by AccumVacf(), AllocArrays(), Close(), EvalVacf(), and InitVacf().
|
extern |
Referenced by AllocArrays(), Close(), EvalSpacetimeCorr(), and SetupJob().
|
extern |
|
extern |
Referenced by Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by Close(), ComputePairForce(), Init(), and ReadBinaryRestart().
double kappa |
Definition at line 21 of file global.h.
Referenced by Init(), LeapfrogStep(), and ReadBinaryRestart().
|
extern |
Referenced by Close(), ComputeBondForce(), DumpRestart(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
double kinEnergy |
Definition at line 20 of file global.h.
Referenced by AccumProps(), AccumVacf(), EvalProps(), HaltConditionCheck(), and PrintSummary().
|
extern |
Referenced by ComputePairForce(), and Init().
int limitAcfAv |
Definition at line 100 of file global.h.
Referenced by AccumVacf(), and Init().
int limitCorrAv |
Definition at line 95 of file global.h.
Referenced by EvalSpacetimeCorr(), and Init().
|
extern |
Referenced by Init(), and ReadBinaryRestart().
|
extern |
Referenced by Init().
|
extern |
Referenced by ApplyForce(), Close(), DisplaceAtoms(), DumpRestart(), DumpState(), EvalCom(), Init(), ReadBinaryRestart(), Trajectory(), and WriteBinaryRestart().
|
extern |
int nAtom |
Definition at line 24 of file global.h.
Referenced by ApplyBoundaryCond(), ApplyDrivingForce(), ApplyForce(), ApplyLeesEdwardsBoundaryCond(), ApplyShear(), ApplyViscous(), BrownianStep(), Close(), ComputeBondForce(), ComputeForcesCells(), ComputePairForce(), DisplaceAtoms(), DumpRestart(), DumpState(), EvalCom(), EvalProps(), EvalRdf(), EvalSpacetimeCorr(), EvalUnwrap(), EvalVacf(), EvalVrms(), Init(), LeapfrogStep(), PrintForceSum(), ReadBinaryRestart(), Trajectory(), VelocityVerletStep(), and WriteBinaryRestart().
int nAtomBlock |
Definition at line 76 of file global.h.
Referenced by ApplyForce(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by ComputePairForce(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
|
extern |
Referenced by DumpRestart(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by ComputeBondForce(), DumpBonds(), DumpRestart(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
int nBondType |
Definition at line 35 of file global.h.
Referenced by DumpRestart(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
int nBuffAcf |
Definition at line 100 of file global.h.
Referenced by AccumVacf(), AllocArrays(), Close(), EvalVacf(), Init(), and InitVacf().
int nBuffCorr |
Definition at line 95 of file global.h.
Referenced by AllocArrays(), Close(), EvalSpacetimeCorr(), Init(), and SetupJob().
int nDiscInterface |
Definition at line 76 of file global.h.
Referenced by Init(), ReadBinaryRestart(), and WriteBinaryRestart().
int nFunCorr |
Definition at line 95 of file global.h.
Referenced by AllocArrays(), EvalSpacetimeCorr(), Init(), and SetupJob().
double * nodeDragx |
Definition at line 42 of file global.h.
Referenced by ComputeBondForce(), DumpBonds(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
double * nodeDragy |
Definition at line 42 of file global.h.
Referenced by ComputeBondForce(), DumpBonds(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
int nPairActive |
Definition at line 62 of file global.h.
Referenced by ComputePairForce(), DumpPairs(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by ComputePairForce(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by AccumVacf(), AllocArrays(), Init(), InitVacf(), PrintVacf(), and ZeroVacf().
int nValCorr |
Definition at line 95 of file global.h.
Referenced by AllocArrays(), EvalSpacetimeCorr(), Init(), and SetupJob().
|
extern |
Referenced by main().
int * Pairatom1 |
Definition at line 63 of file global.h.
Referenced by Close(), ComputePairForce(), DumpPairs(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
int * Pairatom2 |
Definition at line 63 of file global.h.
Referenced by Close(), ComputePairForce(), DumpPairs(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by Close(), ComputePairForce(), DumpPairs(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by Close(), ComputePairForce(), DumpPairs(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
double * PairYij |
Definition at line 64 of file global.h.
Referenced by Close(), ComputePairForce(), DumpPairs(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
double potEnergy |
Definition at line 20 of file global.h.
Referenced by AccumProps(), EvalProps(), HaltConditionCheck(), and PrintSummary().
|
extern |
Definition at line 13 of file main.c.
Referenced by DumpRestart(), DumpState(), main(), and WriteBinaryRestart().
double pressure |
Definition at line 21 of file global.h.
Referenced by AccumProps(), EvalProps(), HaltConditionCheck(), PrintStress(), and PrintSummary().
|
extern |
Referenced by ComputeForcesCells(), and ComputePairForce().
double RadiusIJInv |
Definition at line 27 of file global.h.
Referenced by ComputeForcesCells(), and ComputePairForce().
|
extern |
Referenced by ComputeForcesCells().
double rCut |
Definition at line 21 of file global.h.
Referenced by Init(), LeapfrogStep(), and ReadBinaryRestart().
|
extern |
|
extern |
double regionH[2+1] |
Definition at line 20 of file global.h.
Referenced by ApplyBoundaryCond(), ApplyForce(), ApplyLeesEdwardsBoundaryCond(), ComputeBondForce(), ComputeForcesCells(), ComputePairForce(), DumpBonds(), DumpPairs(), DumpState(), EvalRdf(), Init(), LeapfrogStep(), ReadBinaryRestart(), Trajectory(), and VelocityVerletStep().
|
extern |
Referenced by main().
|
extern |
Referenced by ComputeForcesCells(), and EvalVacf().
double * ro |
Definition at line 38 of file global.h.
Referenced by Close(), ComputeBondForce(), DumpBonds(), DumpRestart(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by ApplyBoundaryCond(), ApplyLeesEdwardsBoundaryCond(), ApplyShear(), BrownianStep(), Close(), ComputeBondForce(), ComputeForcesCells(), ComputePairForce(), DisplaceAtoms(), DumpRestart(), DumpState(), EvalRdf(), EvalSpacetimeCorr(), EvalUnwrap(), Init(), LeapfrogStep(), ReadBinaryRestart(), Trajectory(), VelocityVerletStep(), and WriteBinaryRestart().
|
extern |
Referenced by Close(), EvalCom(), EvalUnwrap(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
double * ry |
Definition at line 17 of file global.h.
Referenced by ApplyBoundaryCond(), ApplyLeesEdwardsBoundaryCond(), ApplyShear(), BrownianStep(), Close(), ComputeBondForce(), ComputeForcesCells(), ComputePairForce(), DisplaceAtoms(), DumpRestart(), DumpState(), EvalRdf(), EvalUnwrap(), Init(), LeapfrogStep(), ReadBinaryRestart(), Trajectory(), VelocityVerletStep(), and WriteBinaryRestart().
double * ryUnwrap |
Definition at line 51 of file global.h.
Referenced by Close(), EvalCom(), EvalUnwrap(), Init(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by ApplyLeesEdwardsBoundaryCond(), ComputeBondForce(), ComputePairForce(), and Init().
int size |
Definition at line 84 of file global.h.
Referenced by ComputeForcesCells().
int sizeHistRdf |
Definition at line 104 of file global.h.
Referenced by AllocArrays(), EvalRdf(), and Init().
double sKinEnergy |
Definition at line 21 of file global.h.
Referenced by AccumProps().
|
extern |
Referenced by EvalProps(), Init(), and ReadBinaryRestart().
double ** spacetimeCorr |
Definition at line 94 of file global.h.
Referenced by AllocArrays(), Close(), and EvalSpacetimeCorr().
double * spacetimeCorrAv |
Definition at line 94 of file global.h.
Referenced by AllocArrays(), Close(), EvalSpacetimeCorr(), and SetupJob().
double sPotEnergy |
Definition at line 21 of file global.h.
Referenced by AccumProps().
double sPressure |
Definition at line 22 of file global.h.
Referenced by AccumProps().
double SqrRadiusIJ |
Definition at line 27 of file global.h.
Referenced by ComputeForcesCells(), and ComputePairForce().
double ssKinEnergy |
Definition at line 22 of file global.h.
Referenced by AccumProps().
double ssPotEnergy |
Definition at line 22 of file global.h.
Referenced by AccumProps().
double ssPressure |
Definition at line 22 of file global.h.
Referenced by AccumProps().
double ssTotEnergy |
Definition at line 22 of file global.h.
Referenced by AccumProps().
int stepAcf |
Definition at line 100 of file global.h.
Referenced by AccumVacf(), Init(), and PrintVacf().
int stepAvg |
Definition at line 24 of file global.h.
Referenced by AccumProps(), Init(), and main().
int stepCorr |
Definition at line 95 of file global.h.
Referenced by EvalSpacetimeCorr(), and Init().
int stepCount |
Definition at line 24 of file global.h.
Referenced by BrownianStep(), HaltConditionCheck(), Init(), LeapfrogStep(), main(), ReadBinaryRestart(), and WriteBinaryRestart().
int stepEquil |
Definition at line 24 of file global.h.
Referenced by BrownianStep(), Init(), LeapfrogStep(), and ReadBinaryRestart().
int stepLimit |
Definition at line 24 of file global.h.
Referenced by Init(), main(), and ReadBinaryRestart().
double sTotEnergy |
Definition at line 22 of file global.h.
Referenced by AccumProps().
|
extern |
Referenced by ApplyShear(), Init(), and ReadBinaryRestart().
double strainRate |
Definition at line 44 of file global.h.
Referenced by Init(), and ReadBinaryRestart().
|
extern |
Referenced by ComputeBondForce(), and ComputePairForce().
|
extern |
double svirSum |
Definition at line 21 of file global.h.
Referenced by AccumProps().
double timeNow |
Definition at line 20 of file global.h.
Referenced by DumpBonds(), DumpPairs(), DumpRestart(), DumpState(), EvalCom(), EvalRdf(), HaltConditionCheck(), Init(), main(), PrintCom(), PrintForceSum(), PrintMomentum(), PrintStress(), PrintSummary(), PrintVrms(), ReadBinaryRestart(), Trajectory(), and WriteBinaryRestart().
|
extern |
Referenced by ComputeBondForce(), EvalProps(), ReadBinaryRestart(), and WriteBinaryRestart().
double totEnergy |
Definition at line 20 of file global.h.
Referenced by AccumProps(), EvalProps(), HaltConditionCheck(), and PrintSummary().
double uSum |
Definition at line 21 of file global.h.
Referenced by ComputeForcesCells().
|
extern |
Referenced by ComputePairForce(), EvalProps(), ReadBinaryRestart(), and WriteBinaryRestart().
double uSumPairPerAtom |
Definition at line 88 of file global.h.
Referenced by EvalProps(), HaltConditionCheck(), and PrintSummary().
double virSum |
Definition at line 21 of file global.h.
Referenced by AccumProps(), ComputeForcesCells(), EvalProps(), HaltConditionCheck(), and PrintSummary().
|
extern |
Referenced by ComputeBondForce(), EvalProps(), ReadBinaryRestart(), and WriteBinaryRestart().
double virSumBondxx |
Definition at line 89 of file global.h.
Referenced by ComputeBondForce(), EvalProps(), ReadBinaryRestart(), and WriteBinaryRestart().
double virSumBondxy |
Definition at line 89 of file global.h.
Referenced by ComputeBondForce(), EvalProps(), ReadBinaryRestart(), and WriteBinaryRestart().
double virSumBondyy |
Definition at line 89 of file global.h.
Referenced by ComputeBondForce(), EvalProps(), ReadBinaryRestart(), and WriteBinaryRestart().
double virSumPair |
Definition at line 88 of file global.h.
Referenced by ComputePairForce(), EvalProps(), ReadBinaryRestart(), and WriteBinaryRestart().
double virSumPairxx |
Definition at line 88 of file global.h.
Referenced by ComputePairForce(), EvalProps(), ReadBinaryRestart(), and WriteBinaryRestart().
double virSumPairxy |
Definition at line 88 of file global.h.
Referenced by ComputePairForce(), EvalProps(), ReadBinaryRestart(), and WriteBinaryRestart().
double virSumPairyy |
Definition at line 88 of file global.h.
Referenced by ComputePairForce(), EvalProps(), ReadBinaryRestart(), and WriteBinaryRestart().
|
extern |
Referenced by EvalProps(), and PrintStress().
double virSumxy |
Definition at line 90 of file global.h.
Referenced by EvalProps(), and PrintStress().
double virSumyy |
Definition at line 90 of file global.h.
Referenced by EvalProps(), and PrintStress().
|
extern |
double ** viscAcf |
Definition at line 99 of file global.h.
Referenced by AccumVacf(), AllocArrays(), Close(), and EvalVacf().
double * viscAcfAv |
Definition at line 99 of file global.h.
Referenced by AccumVacf(), AllocArrays(), Close(), PrintVacf(), and ZeroVacf().
double viscAcfInt |
Definition at line 99 of file global.h.
Referenced by AccumVacf(), and PrintVacf().
double * viscAcfOrg |
Definition at line 99 of file global.h.
Referenced by AllocArrays(), Close(), and EvalVacf().
double VMeanSqr |
Definition at line 46 of file global.h.
Referenced by EvalVrms().
|
extern |
Referenced by main().
double VRootMeanSqr |
Definition at line 46 of file global.h.
Referenced by EvalVrms(), main(), and PrintVrms().
|
extern |
Referenced by EvalVrms().
double vSum |
Definition at line 21 of file global.h.
Referenced by EvalProps(), HaltConditionCheck(), and PrintSummary().
double vSumX |
Definition at line 21 of file global.h.
Referenced by EvalProps(), and PrintMomentum().
double vSumY |
Definition at line 21 of file global.h.
Referenced by EvalProps(), and PrintMomentum().
double vvSum |
Definition at line 21 of file global.h.
Referenced by EvalProps(), and LeapfrogStep().
double * vx |
Definition at line 17 of file global.h.
Referenced by ApplyBoundaryCond(), ApplyDrivingForce(), ApplyViscous(), BrownianStep(), Close(), ComputeBondForce(), ComputeForcesCells(), ComputePairForce(), DumpRestart(), DumpState(), EvalProps(), EvalVacf(), EvalVrms(), Init(), LeapfrogStep(), ReadBinaryRestart(), Trajectory(), VelocityVerletStep(), and WriteBinaryRestart().
double * vy |
Definition at line 17 of file global.h.
Referenced by ApplyBoundaryCond(), ApplyDrivingForce(), ApplyViscous(), BrownianStep(), Close(), ComputeBondForce(), ComputeForcesCells(), ComputePairForce(), DumpRestart(), DumpState(), EvalProps(), EvalVacf(), EvalVrms(), Init(), LeapfrogStep(), ReadBinaryRestart(), Trajectory(), VelocityVerletStep(), and WriteBinaryRestart().
|
extern |
Referenced by ApplyBoundaryCond(), Init(), and ReadBinaryRestart().
|
extern |
Referenced by main().
char yBoundary[10] |
Definition at line 68 of file global.h.
Referenced by ApplyBoundaryCond(), Init(), and ReadBinaryRestart().