Search found 35 matches

by kimsongoik
11 May 2011, 15:44
Forum: ElmerSolver
Topic: Nonlinear elasticity
Replies: 4
Views: 4368

Re: Nonlinear elasticity

Hello I'll be really grateful if somebody can help me understand the following lines in the "StressCompose" subroutine: Newton iteration: ! ----------------- StiffMatrix(dim*(p-1)+i,dim*(q-1)+j) & = StiffMatrix(dim*(p-1)+i,dim*(q-1)+j) & + DOT_PRODUCT(dBasisdx(q,:),dStress1(j,:))*s...
by kimsongoik
28 Apr 2011, 17:20
Forum: ElmerSolver
Topic: Navier-Stokes equations
Replies: 6
Views: 6211

Re: Navier-Stokes equations

Hi
What are the default values for ‘divdiscretization’ and ‘gradPdiscretization’ in Navier-Stokes solver for incompressible flows? Are they "True" or "False"?
Regards,
by kimsongoik
19 Feb 2011, 18:57
Forum: ElmerSolver
Topic: Force i in elasticity solver
Replies: 1
Views: 1888

Force i in elasticity solver

Dear Elmer group
Hello
What does the keyword “Force i” in elasticity solver refer to? Is it a distributed pressure on a boundary line/Surface or is it a point force? Should it be applied on a boundary (line or surface) or on a node?
Best wishes,
KimSongOik
by kimsongoik
09 Feb 2011, 21:05
Forum: ElmerSolver
Topic: axisymmetric nonlinear elasticity solver
Replies: 2
Views: 2469

Re: axisymmetric nonlinear elasticity solver

Thanks. I had a look too. The “axisymmetric” keyword exists in several parts of the code, however I couldn’t find the associated matrix developments (e.g. the elastic coefficients matrix) for axisymmetric case. In fact I’m trying Nonlinear Elastic Solver. It works fine for Cartesian problems but in ...
by kimsongoik
08 Feb 2011, 20:03
Forum: ElmerSolver
Topic: axisymmetric nonlinear elasticity solver
Replies: 2
Views: 2469

axisymmetric nonlinear elasticity solver

Dear Elmer group
Hello
Is it possible to solve axisymmetric problems by nonlinear elasticity solver of Elmer?
Best wishes,
KimSongOik
by kimsongoik
03 Jan 2011, 10:56
Forum: ElmerPost
Topic: Axisymmetric to 3D view
Replies: 1
Views: 3552

Axisymmetric to 3D view

Dear Elmer group
Hello
Is it possible to revolve axisymmetric solutions in Elmerpost to have 3D views?
Best wishes,
KimSongOik
by kimsongoik
02 Nov 2010, 09:27
Forum: ElmerSolver
Topic: Nonlinear elasticity
Replies: 4
Views: 4368

Re: Nonlinear elasticity

I’m interested in this topic too. Especially I can’t understand the following lines of Elasticsolove.src. ! Gateaux derivatives of the solution with respect to the displacement: ! --------------------------------------------------------------------- dDefGU = Grad dStrainU = (MATMUL(TRANSPOSE(DefG),d...
by kimsongoik
10 May 2010, 07:41
Forum: General
Topic: ElmerGrid sudden crash
Replies: 2
Views: 3004

Re: ElmerGrid sudden crash

Perfect! Thanks.
by kimsongoik
08 May 2010, 18:42
Forum: General
Topic: ElmerGrid sudden crash
Replies: 2
Views: 3004

ElmerGrid sudden crash

Dear Elmer Hi I usually make my model mesh by ANSYS, but when the number of elements and nodes (or in other words, the size of exportmesh files) becomes large (in 2 or 3D problems), ElmerGrid crashes during executing the command "ElmerGrid 4 2 exportmesh" or "ElmerGrid 4 3 exportmesh&...
by kimsongoik
30 Apr 2010, 15:36
Forum: External tools
Topic: 3D mesh by ANSYS
Replies: 2
Views: 4545

Re: 3D mesh by ANSYS

Thanks Antti
I followed your comment and it solved the problem.
KimSongOik