Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 455
    • Issues 455
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Repository
  • openfoam
  • ..
  • flowRateInletVelocity
  • flowRateInletVelocityFvPatchVectorFie...
Find file BlameHistoryPermalink
  • Henry Weller's avatar
    flowRateInletVelocity: Added option to extrapolate the velocity profile to the inlet · 9fc02015
    Henry Weller authored Feb 07, 2016
    e.g.
    
        inlet
        {
            type                flowRateInletVelocity;
            massFlowRate        0.2;
            extrapolateProfile  yes;
            rho                 rho;
            rhoInlet            1.0;
            value               uniform (0 0 0);
        }
    9fc02015