Questions and Answers

0 Like 0 Dislike

(unknown)

Plotting x- and y-component of electric field creates an error

Hello

My simulation works fine with the command

plot.3d e.field

But when i try to plot x- and y-component:

plot.3d e.field xcomp y.comp

it can still calculate the whole thing, but an error occurs, as padre tries to write the data to the *.xml-File. Error message:

Program finished: non-zero exit code is 1

Invalid tag name 'field(Electric field (x)-3)'
    while executing
"$_document createElement $type"
    (object "::libraryObj0" method "::Rappture::LibraryObj::find" body line 101)
    invoked from within
"find -create $path"
    (object "::libraryObj0" method "::Rappture::LibraryObj::put" body line 44)
    invoked from within
"$opt put output.field($f-$N).about.group $f-$label"
    ("foreach" body line 3)
    invoked from within
"foreach f $fields {
                  if {[string length $fvalues($f)] > 0} {
                    $opt put output.field($f-$N).about.group $f-$label
..."
    invoked from within
"if [string equal $dimension "3D"] {
        while {[string length Sinfo] > 0} {
            set line [nextline info]
            ..."
    ("foreach" body line 13)
    invoked from within
"foreach {file label dimension} $datafiles_3D {
    if {[catch {open $file r} fid]} {
        # skip any file we can't open -- padre may have e..."
    invoked from within
"if {$status != 0} {
    puts stderr $out
    $opt put output.status "failed"
} else {
    $opt put output. status "ok"

    #
    # Pick apart the outp..."
    (file "/apps/padre/r22/rappture/padrewr" line 758)

 

Report abuse

0 Responses

No other responses made.