Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fargOCA fargOCA
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • DISC
  • fargOCAfargOCA
  • Issues
  • #544
Closed
Open
Issue created May 19, 2021 by Alain O' Miniussi@alainmOwner

Viscosity alpha specification

As discussed in #524 (closed)

In this boundary condition @morby we would like to change the vector alpha (viscosity.value in VT_ALPHA) with time with something like:

\alpha(Rmed[i]) = (\alpha_M-\alpha_m)*\exp(-t/T)+\alpha_m

this is not possible at the moment since alpha is defined as const

reals const& alpha = disk.physic().viscosity.alpha();

I think that the way to do is to introduce another viscosity type, and provide \alpha_M and \alpha_m as parameters. The reason is that we will also have to change the vector alpha as a function of the evolution with time of the disk temperature and density. Therefore, we will need also to change the call to the viscosity field.

But may be there is a better way to do.

@alainm : what do you suggest ?

Edited May 19, 2021 by Alain O' Miniussi
Assignee
Assign to
Time tracking