Hi,

Please keep the discussions on the mailing list so that everyone that wants
to see what was discussed can.

https://www.paraview.org/Wiki/ParaView/Data_formats#CSV_.28Comma_Separated_Variable.29_files
has information on reading in a csv file into ParaView. From this though
you will still need to convert this information into points and then add
cells as needed. The ParaView User's Guide is available at
https://www.paraview.org/paraview-guide/ and should be able to give you
more guidance on what you want to do.

Cheers,
Andy

On Mon, Sep 18, 2017 at 6:53 AM, Doina Gumeniuc (224252 MAHS) <224...@via.dk
> wrote:

> Hi Andy,
>
> I am very new with paraview and it is confusing. I have a csv file where I
> show x,y and z of the points. Now, between those points, in real life, I
> have timoshenko beams. How can I arrange this info (length, siftness, cross
> sectional area, etc) in csv so paraview can read it? I would really
> appreciate some directions. Thank you!
> ------------------------------
> *From:* Andy Bauer <andy.ba...@kitware.com>
> *Sent:* September 14, 2017 4:13:02 PM
> *To:* Doina Gumeniuc (224252 MAHS)
> *Cc:* paraview@paraview.org
> *Subject:* Re: [Paraview] Connecting points
>
> Hi,
>
> ParaView has line cells which is what you probably want to use. The line
> cells themselves have no concept of cross section but you can add that as
> field data.
>
> Beyond this, how are you getting your points into ParaView? Wherever that
> is being done you'll probably want to add in the line cells at that point
> in your workflow. Another option is using the Python Programmable Filter to
> make those cells -- see https://www.paraview.org/Wiki/Python_Programmable_
> Filter.
>
> Cheers,
> Andy
>
> On Thu, Sep 14, 2017 at 6:02 AM, Doina Gumeniuc (224252 MAHS) <
> 224...@via.dk> wrote:
>
>> Hi dear users,
>>
>> I would really appreciate if you could guide me on how to connect points
>> with beam elements, FEM style.
>>
>> Thank you!
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the ParaView Wiki at:
>> http://paraview.org/Wiki/ParaView
>>
>> Search the list archives at: http://markmail.org/search/?q=ParaView
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/paraview
>>
>>
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to