Welcome, Guest
Username: Password: Remember me

TOPIC: Culvert and tracers : bug for vertical position of tracer ?

Culvert and tracers : bug for vertical position of tracer ? 7 years 9 months ago #25260

  • tivincent
  • tivincent's Avatar
Hello,

I am using the V7P2 version of TELEMAC-3D and the implemented culvert code (buse.f)

For tracers, the 3D values used by buse.f and transported through the culvert are the values at the bottom.. line 580 of buse.f :
TBUS%ADR(ITRAC)%P%R(NBUSE+N) = T%ADR(ITRAC)%P%R(I1)
with I1 is the number of first point of the culvert in MESH2D.

I wonder why the vertical position of the culvert is not used here. The corresponding plane has been computed in findksce.f (KENTBUS and KSORBUS)

Do you think that this modification is correct :
TBUS%ADR(ITRAC)%P%R(NBUSE+N) = T%ADR(ITRAC)%P%R(I1+(KSCE(NPTSCE+1+N)-1)*NPOIN2) ?

Thanks !
Vincent
The administrator has disabled public write access.

Culvert and tracers : bug for vertical position of tracer ? 7 years 9 months ago #25261

  • tivincent
  • tivincent's Avatar
Correction :
* case I1 --> I2
TBUS%ADR(ITRAC)%P%R(NBUSE+N) = T%ADR(ITRAC)%P%R(I1+(KSCE(NPTSCE+N)-1)*NPOIN2)

* Case I2 --> I1
TBUS%ADR(ITRAC)%P%R(NBUSE+N) = T%ADR(ITRAC)%P%R(I1+(KSCE(NPTSCE+N+NBUSE)-1)*NPOIN2)
The administrator has disabled public write access.
Moderators: pham

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.