u1and0 / pyfeko

FEKO
4 stars 1 forks source link

What does the program based on?Python 2.x or Python 3.x? #1

Open jiachenyu opened 7 years ago

jiachenyu commented 7 years ago

I‘m a Chinese students and try to learn Feko.Hope to ask for some questions :)

u1and0 commented 7 years ago

Thank you for viewing! Welcome to pyfeko:) This program is based on Python3.5. Im Python beginer.So i have never use Python2.x.

jiachenyu commented 7 years ago

what a pity.I always using python 2.7.By the way,it's similar. わたしは中国人です^_^ わたしは北京郵電大学の学生です I'm also learning japanese! Very happy to meet you! My email address is jiachenyu2845@gmail.com.We can communicate with email.

u1and0 commented 7 years ago

Great! I'm also happy to meet you who have common learning thing. But asking about program, you should try to ask here for someone who has same quetion as you have. I strongly recommend to chat here.Please don't hesitate to ask me anything about the code if i know. Thank u.

jiachenyu commented 7 years ago

Ok~ But I'm using feko to simulate Reverberation chamber.Your program give me some advice to control feko. I have a question about feko.I define a flat and want to rotate arround an axis which is also defined by myself,not axisX Y or Z.The TG card in EditFeko is difficult to use.Can you help me with the question?

u1and0 commented 7 years ago

You will control feko using python, right? However Editfeko is difficult to use. I agree that, because it's written by lua.

Although my script use the result of feko calculation named .out files, your script may use .pre files and so on which is calculated before. What did you find anything for your help?

In addition, unfortunately, I've never used ** card. Have you ever seen feko manal likes

https://www.google.co.jp/url?sa=t&source=web&rct=j&url=http://www.altairuniversity.com/wp-content/uploads/2015/03/UserManual.pdf&ved=0ahUKEwii0dnG5LvRAhWKfrwKHdSOCgEQFggaMAA&usg=AFQjCNGpX4_65bddMi-xrjaqQ3xbHCebSw

In chapter 13, you can find something for you. Beside that, how can I help you?

jiachenyu commented 7 years ago

Thanks for answer! But I have read the user manual before and find nothing to helpme. I'm trying to write a program to edit .pre file and run Feko.After that,my program will read the .out file to deal with the result.Maybe your program can help me.Once I finish my program,hope to be a contributor to your project:-)