Commit graph

75 commits

Author SHA1 Message Date
Bryan Herman
ffe4e16823 added default value to overwrite latest 2014-03-25 23:05:02 -04:00
Bryan Herman
c5d29c4077 Merge branch 'develop' into read_sourcefile 2014-03-05 17:38:33 -05:00
Bryan Herman
571ba896c9 fixed mistake 2014-03-04 18:59:06 -05:00
Bryan Herman
dcc40c0b7d updated documentation of read source from file 2014-02-22 17:33:13 -05:00
Bryan Herman
6dda6baeb3 updated documentation 2014-02-20 16:32:28 -05:00
nhorelik
e795b49f5c Updated data processing and viz documentation to include examples 2014-01-31 11:28:39 -05:00
Paul Romano
498a45465e Merge branch 'develop' into xml
Conflicts:
	src/input_xml.F90
2013-11-20 21:59:43 -05:00
Bryan Herman
f2d5c540fc Merge branch 'release-v0.5.3' into develop 2013-11-19 09:28:43 -05:00
Paul Romano
ef004c4579 Update description of <lattice> in user's guide. 2013-11-14 19:18:47 -05:00
Bryan Herman
ec69a37839 Merge branch 'release-v0.5.3' into develop 2013-11-14 08:59:19 -05:00
Paul Romano
b56fa43088 Merge branch 'develop' into xml
Conflicts:
	src/DEPENDENCIES
	src/input_xml.F90
	src/templates/settings_t.xml
2013-11-08 22:23:36 +01:00
Bryan Herman
99c76e9377 fixed description of CMFD mesh 2013-11-07 13:10:01 -05:00
Paul Romano
04f7920819 Merge remote-tracking branch 'smharper/lost_particle_plotting01' into develop
Conflicts:
	src/DEPENDENCIES
2013-11-07 10:03:30 +01:00
Bryan Herman
d31cd9585b merged branch develop into xml 2013-10-17 09:59:30 -04:00
Sterling Harper
17dab66fba Merge branch 'develop' into lost_particle_plotting01
Conflicts:
	man/man1/openmc.1
	src/output.F90
	src/source.F90
2013-10-11 03:37:52 -04:00
Bryan Herman
02d7679b89 merged 'develop' into 'xml' 2013-09-25 14:43:32 -04:00
Paul Romano
60168dffc7 Merge branch 'develop' into cmfd_clean
Conflicts:
	src/cmfd_data.F90
	tests/run_tests.py
	tests/test_compile/test_compile.py
2013-09-21 16:20:12 -04:00
Adam Nelson
8aa03c1cbd Fixed a typo in addition to <threads> docs entry. 2013-09-11 10:35:07 -04:00
Paul Romano
71bfed38fb Add description of <threads> element in user's guide. 2013-09-10 22:34:22 -04:00
Bryan Herman
49d915924c added documentation on new <output> element structure 2013-07-29 16:53:22 -04:00
Bryan Herman
3cac0afe98 changed CMFD userguide documentation 2013-07-27 15:10:45 -04:00
Sterling Harper
f866b437d8 Added settings.xml track options and updated docs
Tracks can now be made using the <track> element in settings.xml and the documentation has been updated to include track plotting.
2013-06-17 15:00:37 -04:00
Paul Romano
8bb19d9723 Add description of 'outside' element to documentation. 2013-05-16 20:05:10 -04:00
Paul Romano
dafb978b66 Added <output_path> option in settings.xml. 2013-04-25 18:49:34 -04:00
Nicholas Horelik
920a7d4f19 Fixed typo in usersguide for monoenergetic source 2013-04-20 00:31:08 -03:00
nhorelik
ec1be424ae Added geometry plotting detail to users guide 2013-04-18 12:23:18 -04:00
nhorelik
aebb81eb98 Removed unnecessary xyz coords in voxel binary dump 2013-04-14 18:33:47 -04:00
nhorelik
0be240d519 Updated user's guide with info on voxel plots 2013-04-13 23:36:26 -04:00
Paul Romano
8c53dbabf7 Updated user's guide tallies.xml specification. 2013-04-10 21:58:26 -04:00
Paul Romano
399694ed82 Added source_write option to inhibit writing source sites in state points. Closes #153. 2013-03-20 13:32:58 -04:00
Paul Romano
3ee84b3cb7 Added description of <element> to user's guide. 2013-02-08 16:51:59 -05:00
Paul Romano
43ae900e7c Change <assume_separate> to accept true or false. 2013-02-01 14:51:02 -05:00
Adam Nelson
930f478532 Switched to using kappa-fission to refer to the kappa-fission tally-related quantities instead of just k-fission. Code and Manual are updated to reflect this. 2013-01-18 09:29:55 -05:00
Adam Nelson
d0df726a1f Updated the users manual to better reflect what kappa-fission specifically was tallying. 2013-01-16 13:52:59 -05:00
Adam Nelson
43915dbe4c Added kappa-fission as a valid identifier in the input processor. 2013-01-06 09:17:40 -05:00
Adam Nelson
988caf4a72 Updated users guide for kappa-fission tally. 2013-01-06 09:12:33 -05:00
Adam Nelson
f2bec91b14 Merge remote-tracking branch 'upstream/master' into PnInput 2012-12-05 15:01:32 -05:00
Paul Romano
8d3b21e194 Updated user's guide with changes in input to xsd:boolean. 2012-12-05 13:41:55 -05:00
Adam Nelson
eb7cc7d895 Merging with upstream. 2012-12-05 10:13:03 -05:00
Adam Nelson
1dd562c335 Increased the scattering order to 10 2012-12-04 13:12:45 -05:00
Adam Nelson
228986caed Updating the users manual to reflect scatter-n and scatter-pn 2012-12-04 12:39:24 -05:00
Paul Romano
3f61c736b4 Changed criticality to eigenvalue (modules, input, etc). 2012-12-04 09:46:55 -05:00
Adam Nelson
4d8b8b9fb8 Added a scatter-Pn option to tallies.xml. Using this option allows the user to have scatter-0 to scatter-n (n is still < 5) automatically included in the scores for them. This is a trivial change, but it is expected that scatter-Pn will be needed much more frequently than scatter-n. Both are supported. The users manual has been updated accordingly. 2012-12-03 11:52:24 -05:00
Adam Nelson
e916284e3c Added support for scattering up to the 5th moment by way of using scatter-4 and scatter-5 in tallies.xml. I also threw in a scatter-0 option which does the same as scatter, but for consistency with the scatter-n options, why not. The users manual was updated to reflect this information, and the code changes have been tested. 2012-11-29 19:55:11 -05:00
Paul Romano
9f527f04cd Removed n_events from TallyScore and added 'events' score type. 2012-11-20 15:41:33 -05:00
Bryan Herman
abbd44a80e added input description for CMFD XML input file 2012-10-17 19:02:01 -04:00
Paul Romano
816f097fa9 Added user's guide documentation for cones. Closes #115 on github. 2012-10-15 10:48:08 -04:00
Paul Romano
42748b3223 Started data structures section in devguide. 2012-10-14 16:51:03 -04:00
Paul Romano
746a05984c Added example of col_spec in user's guide. 2012-09-07 13:41:58 -04:00
Paul Romano
9e5ffaa5c1 Updated user's guide with <state_point> and <output> options. 2012-08-26 13:07:29 -04:00