Author Topic: CSUR -> Temperature field  (Read 4248 times)

Yaakov

  • Sr. Member
  • ****
  • Posts: 323
CSUR -> Temperature field
« on: March 02, 2016, 07:32:42 AM »
hi everyone,

a temperature field will be defined for 2d plane,  CSURface Function is used for definition of the temperature in Input File,

bu it shows zero-results, more details see in input datei, i would ask, is error of boundary or CSURface ?? or something else???

thank you in advance for your help!

Jakob
« Last Edit: March 02, 2016, 08:41:29 AM by zheliu »
Let's boost FEAP's performance!

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: CSUR -> Temperature field
« Reply #1 on: March 02, 2016, 10:12:08 AM »
The SURF option is for 3-d boundaries.  Note CSUR is used to apply to a mesh boundary, not the entire mesh.  So you can apply to the edges of your mesh using LINE or QUADratic edge options.  You could set the initial temperature using an INITial condition.

Or you can just set all the nodes to the temperature you wish to start with.

Yaakov

  • Sr. Member
  • ****
  • Posts: 323
Re: CSUR -> Temperature field
« Reply #2 on: March 08, 2016, 03:35:27 AM »
Dear Prof. Taylor, thanks for your answers!
if CAD model is large (e.g. many mesh elements), how can i define INITial condition (comanda) IN FEAP (Nr   of Node ....).e.g a simple way for choice of area?
and  how can all the nodes be set to the feld (like mag. fled,  elec feld, or other felds) user wish to start with?

best regards, jakob
Let's boost FEAP's performance!

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: CSUR -> Temperature field
« Reply #3 on: March 09, 2016, 06:34:07 AM »
If you have a known constant initial condition and the problem is large, you can set the initial condition using generation:

n1 ng  u_1 u_2 ... u_dof
n2  0   u_1 u_2 ... u_dof

where n1 is first node, n2 last node, ng = 1 for all nodes between n1 and n2.  The u_i are the initial condition for dof i.

If the initial condition varies in some way then you may want to write a umacr that sets the initial values.  The feap nodal solution vector is stored in hr(np(40)) and is dimensioned u(ndf,numnp).

Yaakov

  • Sr. Member
  • ****
  • Posts: 323
Re: CSUR -> Temperature field
« Reply #4 on: March 09, 2016, 06:43:49 AM »
Dear Prof. Taylor, thanks very much for your answers!
Let's boost FEAP's performance!