🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Shear Flow

User: "Nazrin"
Altair Community Member
Updated by Nazrin

Hello every one.

 

I need help. How to generate shear flow at velocity inlet & nodal initial condition at AcuSolve (as attach picture).  For now, i only want to simulate shear flow in empty domain. After shear flow successfully generate, i want to put riser in the domain.

<?xml version="1.0" encoding="UTF-8"?>Shear flow.PNG

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "acupro"
    Altair Employee
    Updated by acupro

    Let's assume the flow direction is X (right to left in your picture) and the vertical direction is Z (bottom to top in your picture).  In Nodal Boundary Condition, variable is x-velocity, type is piecewise-linear.  Curve-fit-variable is z-coordinate - then enter the values (table) for x-velocity as a function of z-coordinate.  Should be similar for Nodal Initial Condition.  This will give the same profile everywhere - no difference for the side and top walls.

    User: "Nazrin"
    Altair Community Member
    OP
    Updated by Nazrin

    Let's assume the flow direction is X (right to left in your picture) and the vertical direction is Z (bottom to top in your picture).  In Nodal Boundary Condition, variable is x-velocity, type is piecewise-linear.  Curve-fit-variable is z-coordinate - then enter the values (table) for x-velocity as a function of z-coordinate.  Should be similar for Nodal Initial Condition.  This will give the same profile everywhere - no difference for the side and top walls.

    Dear Acupro,

    i have tried the solution you provided but still, unsuccessful.

    at nodal initial condition, i need to use script instead of built in table at nodal boundary condition.

    Is it possible for u to fix my mistake using my .acs file as attach?

    my domain as follow:

                   X Min/Max: -20.0  20.0
                   Y Min/Max: -10.0  -10.0
                   Z Min/Max: -20.0  0.0

    flow direction: positive x

     

    Unable to find an attachment - read this blog

    User: "acupro"
    Altair Employee
    Updated by acupro

    1.  For the inlet NBC, you may want to use cubic-spline rather than linear.  It depends on if you want linear or cubic interpolation between your given data points.

    2.  For the NIC, you have two choices, since piecewise linear is not available in AcuConsole.  You can either use a tool like Excel to determine the equation for the velocity based on Z - and use 'Script' in AcuConsole.  Or you'll need to edit the input file once written, and use piecewise-linear (or cubic spline), as described in the Command Reference Manual under Nodal Data Commands > Nodal Initial Condition, which will then be similar to the NBC.

    User: "Nazrin"
    Altair Community Member
    OP
    Updated by Nazrin

    Dear AcuPro,

     

    Its working!!!

     

    TQVM!