Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
blob
main
examples
external_packages
jail
src
afterburner
framework
Afterburner.cc
Afterburner.h
FluidCellInfo.cc
FluidCellInfo.h
FluidDynamics.cc
FluidDynamics.h
FluidEvolutionHistory.cc
FluidEvolutionHistory.h
FourVector.h
Hadronization.cc
Hadronization.h
HadronizationManager.cc
HadronizationManager.h
HadronizationModule.h
HardProcess.cc
HardProcess.h
InitialState.cc
InitialState.h
JetClass.cc
JetClass.h
JetEnergyLoss.cc
JetEnergyLoss.h
JetEnergyLossManager.cc
JetEnergyLossManager.h
JetEnergyLossModule.h
JetScape.cc
JetScape.h
JetScapeBanner.h
JetScapeConstants.h
JetScapeEvent.cc
JetScapeEvent.h
JetScapeEventHeader.h
JetScapeLogger.cc
JetScapeLogger.h
JetScapeModuleBase.cc
JetScapeModuleBase.h
JetScapeModuleMutex.h
JetScapeParticles.cc
JetScapeParticles.h
JetScapeSignalManager.cc
JetScapeSignalManager.h
JetScapeTask.cc
JetScapeTask.h
JetScapeTaskSupport.cc
JetScapeTaskSupport.h
JetScapeWriter.h
JetScapeWriterFinalStateStream.cc
JetScapeWriterFinalStateStream.h
JetScapeWriterHepMC.cc
JetScapeWriterHepMC.h
JetScapeWriterStream.cc
JetScapeWriterStream.h
JetScapeWriterStreamFilter.h
JetScapeXML.cc
JetScapeXML.h
LinearInterpolation.h
LiquefierBase.cc
LiquefierBase.h
MakeUniqueHelper.h
PartonShower.cc
PartonShower.h
PartonShowerGenerator.cc
PartonShowerGenerator.h
PreequilibriumDynamics.cc
PreequilibriumDynamics.h
RealType.h
SoftParticlization.cc
SoftParticlization.h
StringTokenizer.cc
StringTokenizer.h
SurfaceCellInfo.h
SurfaceFinder.cc
SurfaceFinder.h
hadronization
hydro
initialstate
jet
liquefier
preequilibrium
reader
root
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
FluidCellInfo.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FluidCellInfo.cc
1
/*******************************************************************************
2
* Copyright (c) The JETSCAPE Collaboration, 2018
3
*
4
* Modular, task-based framework for simulating all aspects of heavy-ion collisions
5
*
6
* For the list of contributors see AUTHORS.
7
*
8
* Report issues at https://github.com/JETSCAPE/JETSCAPE/issues
9
*
10
* or via email to bugs.jetscape@gmail.com
11
*
12
* Distributed under the GNU General Public License 3.0 (GPLv3 or later).
13
* See COPYING for details.
14
******************************************************************************/
15
// This is a general basic class for hydrodynamics
16
17
#include "
FluidCellInfo.h
"
18
19
namespace
Jetscape {
20
21
FluidCellInfo::FluidCellInfo
() {
22
energy_density
= 0.0;
23
entropy_density
= 0.0;
24
temperature
= 0.0;
25
pressure
= 0.0;
26
qgp_fraction
= 0.0;
27
mu_B
= 0.0;
28
mu_S
= 0.0;
29
mu_C
= 0.0;
30
31
vx
= 0.0;
32
vy
= 0.0;
33
vz
= 0.0;
34
for
(
int
i
= 0;
i
< 4;
i
++) {
35
for
(
int
j
= 0;
j
< 4;
j
++) {
36
pi
[
i
][
j
] = 0.0;
37
}
38
}
39
bulk_Pi
= 0.0;
40
}
41
42
}
// namespace Jetscape
JETSCAPE
blob
main
src
framework
FluidCellInfo.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:24
using
1.8.2 with
sPHENIX GitHub integration