← Back to team overview

yade-users team mailing list archive

Re: [Question #706765]: Batch file question

 

Question #706765 on Yade changed:
https://answers.launchpad.net/yade/+question/706765

    Status: Open => Answered

Jan Stránský proposed the following answer:
> (0.0125+0.019)/4 (0.019-0.0125)/4/(0.0125+0.019)/4 13 1e3
> FileNotFoundError: [Errno 2] No such file or directory: 'cm2b.py.rMean=(0.00118+0.00236)/4,rRelFuzz=(0.00236-0.00118)/4/(0.00118+0.00236)/4,Num=18369,maxLoad=1e6.log'

Do not use slash "/" (linux path separator) in table file.
Log files are named after values, therefore pointing to non-existent file location.
instead of /4 use *0.25

Alternatively use "description" column to name the log files [1]

> 0.0003/4 0 40038981e3

are you sure with this last one? Shouldn't there be a space before 1e3?

> But if I do batch would I still get the value of porosity?

Yes, porosity will be computed in each run.
If you print it, it will be recorded in the log file.
Another option is to save the values to a different file.

Cheers
Jan

[1] https://yade-dem.org/doc/user.html#batch-queuing-and-execution-yade-
batch

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.