Unable to generate CSV file.

11 views
Skip to first unread message

bran...@oregonstate.edu

unread,
Feb 27, 2020, 3:40:43 PM2/27/20
to moltres-users
Hello all, 
When running input files I write for MOLTRES, I want to have the data output into a .CSV file. I tried to use the commands like I would for other MOOSE input files but the file never generates. Does anyone happen to know a fix for this? 
Thank you.

Katy Huff

unread,
Feb 27, 2020, 4:12:36 PM2/27/20
to moltres-users
Do you think you could be more specific about "the commands like I would for other MOOSE input files" ?

--
You received this message because you are subscribed to the Google Groups "moltres-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moltres-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/moltres-users/46b6a4ba-d22f-4653-ac05-178463b6c63b%40googlegroups.com.


--
Kathryn Huff
Assistant Professor
Nuclear, Plasma, and Radiological Engineering
The University of Illinois at Urbana-Champaign
Preferred Pronoun: she/her
Research group site: http://arfc.npre.illinois.edu/ 
Office: 118 Talbot Laboratory, 104 S. Wright St. 
Book a meeting with me: https://katyhuff.youcanbook.me/

bran...@oregonstate.edu

unread,
Feb 27, 2020, 4:25:14 PM2/27/20
to moltres-users
Of course, in the outputs block I would normally use something like the block below for my output file to generate an exodus file and a csv file. But when I try this in MOLTRES I only get the exodus file. If more clarification is needed please let me know, still new to MOOSE and MOLTRES. 
[Outputs]
exodus = true
csv = true
perf_graph = true
file_base = filename
[]


On Thursday, February 27, 2020 at 1:12:36 PM UTC-8, Katy Huff wrote:
Do you think you could be more specific about "the commands like I would for other MOOSE input files" ?

On Thu, Feb 27, 2020 at 2:40 PM <bran...@oregonstate.edu> wrote:
Hello all, 
When running input files I write for MOLTRES, I want to have the data output into a .CSV file. I tried to use the commands like I would for other MOOSE input files but the file never generates. Does anyone happen to know a fix for this? 
Thank you.

--
You received this message because you are subscribed to the Google Groups "moltres-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moltre...@googlegroups.com.

Sun Myung Park

unread,
Feb 27, 2020, 4:30:11 PM2/27/20
to moltres-users
To log a Postprocessor data output in a csv file, you also have to include the line " outputs = 'csv' " in your postprocessor kernel block. For example, 

[Postprocessors]
  [./temp_fuel]
    type = ElementAverageValue
    variable = temp
    block = 'fuel'
    outputs = 'exodus console csv'
  [../]
[]

bran...@oregonstate.edu

unread,
Feb 27, 2020, 4:33:00 PM2/27/20
to moltres-users
Thank you! Totally missed this when reading documentation, it is working fine now.
Reply all
Reply to author
Forward
0 new messages