Search found 4 matches

by nickwan
07 Jun 2017, 21:19
Forum: Bug reports
Topic: Is NewMesh%Variables used before association?
Replies: 0
Views: 4302

Is NewMesh%Variables used before association?

Dear Peter, My case to test multigrid terminated with the following message -- Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: Segmentation fault The broken point is found at the 1619-th line 'CALL UpdateSolverMesh( Solver, NewMesh )' in Main...
by nickwan
20 Apr 2017, 22:29
Forum: General
Topic: The keywards {e} and {e} 1, {e} 2, {e} 3
Replies: 2
Views: 2852

Re: The keywards {e} and {e} 1, {e} 2, {e} 3

Dear Peter, Many thanks for your detailed explanation. My confusion mainly came from the 4469-th line of DefUtils.F90, where the quantities of {e} 1, 2, 3 add up to the quantity of {e}. Otherwise, no problem for me to distinguish an edge element from a node element. Just three days ago, I found the ...
by nickwan
14 Apr 2017, 11:25
Forum: General
Topic: The keywards {e} and {e} 1, {e} 2, {e} 3
Replies: 2
Views: 2852

The keywards {e} and {e} 1, {e} 2, {e} 3

Dear Peter,

According to the 4469-th line of DefUtils.F90, it seems the keywards {e} 1, {e} 2, {e} 3 are not the components of {e}. Would you please explain a bit about the relation of {e} i to {e}?

Many thanks

Zhenwen
by nickwan
21 Feb 2017, 16:30
Forum: ElmerSolver
Topic: May the existing N-S FlowSolver handle 1D issues?
Replies: 1
Views: 1771

May the existing N-S FlowSolver handle 1D issues?

Dear all, I am trying to use the N-S FlowSolver for solving 1D issues. The case is that wind blows an open ocean. I want to see how the turbulent diffusivity and velocity vary vertically with winds. Ignore horizontal variations, instead, focus on the profiles of the turbulent diffusivity and velocit...