Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CLASS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BaM
CLASS
Commits
7a1d9a37
Commit
7a1d9a37
authored
10 years ago
by
Baptiste LENIAU
Browse files
Options
Downloads
Patches
Plain Diff
add comments
git-svn-id:
svn+ssh://svn.in2p3.fr/class@518
0e7d625b-0364-4367-a6be-d5be4a48d228
parent
7ee2ace7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/trunk/include/Storage.hxx
+9
-6
9 additions, 6 deletions
source/trunk/include/Storage.hxx
with
9 additions
and
6 deletions
source/trunk/include/Storage.hxx
+
9
−
6
View file @
7a1d9a37
...
@@ -21,9 +21,12 @@ class DecayDataBank;
...
@@ -21,9 +21,12 @@ class DecayDataBank;
//-----------------------------------------------------------------------------//
//-----------------------------------------------------------------------------//
/*!
/*!
Define a Storage.
Define a Storage object
The aim of this class is to deal the store used fuel after the cooling dealing the evolution of all radiaoactive nuclei.
A Storage is a CLASSBackEnd facility. It is almost the same as a Pool with a
infinite cooling time.
A CLASSFacility can take IsotopicVector(s) contained in a Storage but a Storage
cannot send its content in other CLASSFacility (its a kind of passive facility)
@author BaM
@author BaM
@version 2.0
@version 2.0
*/
*/
...
@@ -124,7 +127,7 @@ public :
...
@@ -124,7 +127,7 @@ public :
*/
*/
//@{
//@{
void
Evolution
(
cSecond
t
);
//!< Perform
e
the evolution until t
he T
ime t
void
Evolution
(
cSecond
t
);
//!< Perform the evolution until time t
//@}
//@}
...
@@ -139,8 +142,8 @@ public :
...
@@ -139,8 +142,8 @@ public :
/// Write the Isotope composition of all IsotopicVector stored.
/// Write the Isotope composition of all IsotopicVector stored.
/*!
/*!
Make a new reactor
Make a new reactor
\param filenam CLASSLogger used for the log.
\param filenam
e :
CLASSLogger used for the log.
\param dat
a
only use to
s
rite a date in the file
, theyr is not treatment of the date in this method....
\param dat
e :
only use to
w
rite a date in the file
*/
*/
void
Write
(
string
filename
,
cSecond
date
=
-
1
);
void
Write
(
string
filename
,
cSecond
date
=
-
1
);
//}
//}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment